Skip to content

Commit

Permalink
sch: inconsistent DST <-> SDT transition when searching
Browse files Browse the repository at this point in the history
- probe for double and missing hours when daylight saving time happens
  this is specific to local time schedules, utc should remain unaffected
- try to stay consistent with current pattern matching happening in loop
  when an hour is missing, simply skip to the next schedule
  when hour is repeated, make sure to recheck 'earlier' matches
- clean-up tests previously using very-very internal structs
  try to handle everything (sic) using `handle_*` functions
  from the corresponding namespace
  • Loading branch information
mcspr committed Aug 29, 2024
1 parent 8aba3b8 commit eea56d7
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 173 deletions.
Loading

0 comments on commit eea56d7

Please sign in to comment.