File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1111
1212** When DST is active** (` dst = true ` ):
1313
14- - No change - same behavior as before
14+ - No change - same behavior as before:
15+ - ` dst_from ` shows when DST began (in the current period)
16+ - ` dst_until ` shows when DST will end (next)
1517
1618#### Example
1719
@@ -25,6 +27,16 @@ Australia/Sydney on October 1, 2025 (DST not active):
2527}
2628```
2729
30+ Australia/Sydney on October 1, 2025 (DST active):
31+
32+ ``` json
33+ {
34+ "dst" : true ,
35+ "dst_from" : " 2025-10-04T16:00:00+00:00" , // DST started Oct 5 at 2am local
36+ "dst_until" : " 2026-04-04T16:00:00+00:00" // DST ends Apr 5 at 3am local
37+ }
38+ ```
39+
2840#### Important: Times are in UTC
2941
3042DST transition times are returned in UTC, not local time. For example:
You can’t perform that action at this time.
0 commit comments