@@ -184,7 +184,7 @@ def get_jolt_package(version):
184184 [Structure (b"\x66 " , 25666200 , 0 ,
185185 "America/New_York" , packstream_version = 1 )]
186186 ),
187- ( # wow! the same encoding \o/
187+ ( # Wow! The same encoding \o/ [/sarcasm]
188188 '{"T": "1970-10-25T01:30-05:00[America/New_York]"}' ,
189189 [Structure (b"\x66 " , 25666200 , 0 ,
190190 "America/New_York" , packstream_version = 1 )]
@@ -315,12 +315,12 @@ def get_jolt_package(version):
315315 [Structure (b"\x69 " , 90061 , 123400000 , "Europe/Stockholm" ,
316316 packstream_version = 2 )]
317317 ),
318- ( # packstream v1 bug (non-unique times) fixed:
318+ ( # packstream v1 bug (non-unique times) fixed
319319 '{"T": "1970-10-25T01:30-04:00[America/New_York]"}' ,
320320 [Structure (b"\x69 " , 25680600 , 0 ,
321321 "America/New_York" , packstream_version = 2 )]
322322 ),
323- ( # wow! different times have different representations :O
323+ ( # Wow! Different times have different representations :O
324324 '{"T": "1970-10-25T01:30-05:00[America/New_York]"}' ,
325325 [Structure (b"\x69 " , 25684200 , 0 ,
326326 "America/New_York" , packstream_version = 2 )]
@@ -512,6 +512,8 @@ def get_jolt_package(version):
512512 [Structure (b"\x74 " , 60000000001 , packstream_version = 1 )],
513513 [Structure (b"\x74 " , 3601000000000 , packstream_version = 1 )],
514514 [Structure (b"\x46 " , 90061 , 123400000 , 3600 , packstream_version = 1 )],
515+ [Structure (b"\x66 " , 90061 , 123400000 , "Europe/Stockholm" ,
516+ packstream_version = 1 )],
515517 [Structure (b"\x64 " , 90061 , 1234 , packstream_version = 1 )],
516518 [Structure (b"\x45 " , 25 , 2 , 1080 , 100000000 , packstream_version = 1 )],
517519 )),
@@ -564,6 +566,8 @@ def get_jolt_package(version):
564566 [Structure (b"\x74 " , 60000000001 , packstream_version = 2 )],
565567 [Structure (b"\x74 " , 3601000000000 , packstream_version = 2 )],
566568 [Structure (b"\x49 " , 90061 , 123400000 , 3600 , packstream_version = 2 )],
569+ [Structure (b"\x69 " , 90061 , 123400000 , "Europe/Stockholm" ,
570+ packstream_version = 2 )],
567571 [Structure (b"\x64 " , 90061 , 1234 , packstream_version = 2 )],
568572 [Structure (b"\x45 " , 25 , 2 , 1080 , 100000000 , packstream_version = 2 )],
569573 )),
0 commit comments