Skip to content

Commit

Permalink
use start frequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Mar 7, 2022
1 parent c028b60 commit 96676cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const TIME_GRAIN_MAP: Record<string, string> = {
PT1H: 'H',
P1D: 'D',
P1M: 'MS',
P3M: 'Q',
P1Y: 'A',
P3M: 'QS',
P1Y: 'AS',
// TODO: these need to be mapped carefully, as the first day of week
// can vary from engine to engine
// P1W: 'W',
Expand Down

0 comments on commit 96676cd

Please sign in to comment.