timezone-mock
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -543,2 +543,141 @@ // Generated this data from mysql_tzinfo_to_sql included with MySQL and the | ||
}, | ||
'Australia/Adelaide': { | ||
names: [10.5, 'ACDT', 9.5, 'ACST'], | ||
transitions: [ | ||
0, 9.5, | ||
57688200, 10.5, | ||
67969800, 9.5, | ||
89137800, 10.5, | ||
100024200, 9.5, | ||
120587400, 10.5, | ||
131473800, 9.5, | ||
152037000, 10.5, | ||
162923400, 9.5, | ||
183486600, 10.5, | ||
194977800, 9.5, | ||
215541000, 10.5, | ||
226427400, 9.5, | ||
246990600, 10.5, | ||
257877000, 9.5, | ||
278440200, 10.5, | ||
289326600, 9.5, | ||
309889800, 10.5, | ||
320776200, 9.5, | ||
341339400, 10.5, | ||
352225800, 9.5, | ||
372789000, 10.5, | ||
384280200, 9.5, | ||
404843400, 10.5, | ||
415729800, 9.5, | ||
436293000, 10.5, | ||
447179400, 9.5, | ||
467742600, 10.5, | ||
478629000, 9.5, | ||
499192200, 10.5, | ||
511288200, 9.5, | ||
530037000, 10.5, | ||
542737800, 9.5, | ||
562091400, 10.5, | ||
574792200, 9.5, | ||
594145800, 10.5, | ||
606241800, 9.5, | ||
625595400, 10.5, | ||
637691400, 9.5, | ||
657045000, 10.5, | ||
667931400, 9.5, | ||
688494600, 10.5, | ||
701195400, 9.5, | ||
719944200, 10.5, | ||
731435400, 9.5, | ||
751998600, 10.5, | ||
764094600, 9.5, | ||
783448200, 10.5, | ||
796149000, 9.5, | ||
814897800, 10.5, | ||
828203400, 9.5, | ||
846347400, 10.5, | ||
859653000, 9.5, | ||
877797000, 10.5, | ||
891102600, 9.5, | ||
909246600, 10.5, | ||
922552200, 9.5, | ||
941301000, 10.5, | ||
954001800, 9.5, | ||
972750600, 10.5, | ||
985451400, 9.5, | ||
1004200200, 10.5, | ||
1017505800, 9.5, | ||
1035649800, 10.5, | ||
1048955400, 9.5, | ||
1067099400, 10.5, | ||
1080405000, 9.5, | ||
1099153800, 10.5, | ||
1111854600, 9.5, | ||
1130603400, 10.5, | ||
1143909000, 9.5, | ||
1162053000, 10.5, | ||
1174753800, 9.5, | ||
1193502600, 10.5, | ||
1207413000, 9.5, | ||
1223137800, 10.5, | ||
1238862600, 9.5, | ||
1254587400, 10.5, | ||
1270312200, 9.5, | ||
1286037000, 10.5, | ||
1301761800, 9.5, | ||
1317486600, 10.5, | ||
1333211400, 9.5, | ||
1349541000, 10.5, | ||
1365265800, 9.5, | ||
1380990600, 10.5, | ||
1396715400, 9.5, | ||
1412440200, 10.5, | ||
1428165000, 9.5, | ||
1443889800, 10.5, | ||
1459614600, 9.5, | ||
1475339400, 10.5, | ||
1491064200, 9.5, | ||
1506789000, 10.5, | ||
1522513800, 9.5, | ||
1538843400, 10.5, | ||
1554568200, 9.5, | ||
1570293000, 10.5, | ||
1586017800, 9.5, | ||
1601742600, 10.5, | ||
1617467400, 9.5, | ||
1633192200, 10.5, | ||
1648917000, 9.5, | ||
1664641800, 10.5, | ||
1680366600, 9.5, | ||
1696091400, 10.5, | ||
1712421000, 9.5, | ||
1728145800, 10.5, | ||
1743870600, 9.5, | ||
1759595400, 10.5, | ||
1775320200, 9.5, | ||
1791045000, 10.5, | ||
1806769800, 9.5, | ||
1822494600, 10.5, | ||
1838219400, 9.5, | ||
1853944200, 10.5, | ||
1869669000, 9.5, | ||
1885998600, 10.5, | ||
1901723400, 9.5, | ||
1917448200, 10.5, | ||
1933173000, 9.5, | ||
1948897800, 10.5, | ||
1964622600, 9.5, | ||
1980347400, 10.5, | ||
1996072200, 9.5, | ||
2011797000, 10.5, | ||
2027521800, 9.5, | ||
2043246600, 10.5, | ||
2058971400, 9.5, | ||
2075301000, 10.5, | ||
2091025800, 9.5, | ||
2106750600, 10.5, | ||
2122475400, 9.5, | ||
2138200200, 10.5, | ||
], | ||
}, | ||
}; |
{ | ||
"name": "timezone-mock", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A JavaScript library to mock the local timezone.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,2 +64,3 @@ timezone-mock | ||
* Europe/London | ||
* Australia/Adelaide | ||
@@ -72,3 +73,4 @@ I found that testing on these three were enough to ensure code worked in | ||
object is especially vulnerable in that timezone. Europe/London is included as | ||
a timezone that is a positive offset from UTC. | ||
a timezone that is a positive offset from UTC, and Australia/Adelaide as one that | ||
has a large positive and non-integral offset (+9.5/+10.5). | ||
@@ -75,0 +77,0 @@ Status |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25678
864
86