mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(tests): add TODO comment for extended datetime support
This commit is contained in:
parent
d329a3f273
commit
b1fa805363
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ return function(test: typeof(frktest.test))
|
|||
|
||||
check.equal(tonumber(length), entry.size)
|
||||
check.is_true(dateFuzzyEq(gotDateTime:formatLocalTime("%Y-%m-%d"), expectedDate :: string, 1))
|
||||
|
||||
-- TODO: Use extra datetime field
|
||||
check.is_true(
|
||||
-- Allow a threshold of 26 hours, which is the largest possible gap between any two
|
||||
-- timezones
|
||||
|
|
Loading…
Add table
Reference in a new issue