Page MenuHomeWickedGov Phorge

timestamp-parser-dst.json
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

timestamp-parser-dst.json

[
{
"sample": "01:30, 28 Oct 2018 (CEST)",
"expected": "2018-10-28T01:30:00+02:00",
"expectedUtc": "2018-10-27T23:30:00Z",
"format": "H:i, j M Y",
"timezone": "Europe/Warsaw",
"timezoneAbbrs": {
"CET": "CET",
"CEST": "CEST"
},
"message": "Before DST change (not ambiguous)"
},
{
"sample": "02:30, 28 Oct 2018 (CEST)",
"expected": "2018-10-28T02:30:00+02:00",
"expectedUtc": "2018-10-28T00:30:00Z",
"format": "H:i, j M Y",
"timezone": "Europe/Warsaw",
"timezoneAbbrs": {
"CET": "CET",
"CEST": "CEST"
},
"message": "Before DST change (ambiguous)"
},
{
"sample": "02:30, 28 Oct 2018 (CET)",
"expected": "2018-10-28T02:30:00+01:00",
"expectedUtc": "2018-10-28T01:30:00Z",
"format": "H:i, j M Y",
"timezone": "Europe/Warsaw",
"timezoneAbbrs": {
"CET": "CET",
"CEST": "CEST"
},
"message": "After DST change (ambiguous) // At 03:00, time goes back by 1 hour"
},
{
"sample": "03:30, 28 Oct 2018 (CET)",
"expected": "2018-10-28T03:30:00+01:00",
"expectedUtc": "2018-10-28T02:30:00Z",
"format": "H:i, j M Y",
"timezone": "Europe/Warsaw",
"timezoneAbbrs": {
"CET": "CET",
"CEST": "CEST"
},
"message": "After DST change (not ambiguous)"
}
]

File Metadata

Mime Type
application/json
Expires
Wed, Aug 19, 14:56 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
87/f8/aed88e343836d9730c9822426d15
Default Alt Text
timestamp-parser-dst.json (1 KB)

Event Timeline