Skip to content

Commit

Permalink
DST 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Oct 2, 2024
1 parent 21b646f commit 42e3684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions krl/io.picolabs.plan.ruleset.krl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ruleset io.picolabs.plan.ruleset {
makeMT = function(ts){
MST = time:add(ts,{"hours": -7});
MDT = time:add(ts,{"hours": -6});
MDT > "2023-11-05T02" => MST |
MST > "2023-03-12T02" => MDT |
MDT > "2024-11-03T02" => MST |
MST > "2024-03-10T02" => MDT |
MST
}
ts_format = function(ts){
Expand Down

0 comments on commit 42e3684

Please sign in to comment.