Skip to content

Commit

Permalink
Minor fix in HierarchyBuilderDate for Day of Week/Weekday (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
srcds authored Nov 15, 2022
1 parent ae0d90f commit 419c5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public static enum Granularity {
/** Granularity */
QUARTER_YEAR("QQQ yyyy"),
/** Granularity */
WEEKDAY("u"),
WEEKDAY("e"),
/** Granularity */
WEEK("w"),
/** Granularity */
Expand Down

0 comments on commit 419c5a2

Please sign in to comment.