Skip to content

Conversation

@ZackFra
Copy link
Owner

@ZackFra ZackFra commented Jan 4, 2026

  • startOfThisCalendarQuarter(): Use Date instead of Datetime to avoid timezone issues when calling .month() (Date.month() returns the date's month directly, while Datetime.month() returns the month in the user's local timezone)

  • startOfthisFiscalQuarter(): Change < to <= in while loop to correctly handle quarter boundaries when today is the first day of a quarter

- startOfThisCalendarQuarter(): Use Date instead of Datetime to avoid
  timezone issues when calling .month() (Date.month() returns the date's
  month directly, while Datetime.month() returns the month in the user's
  local timezone)

- startOfthisFiscalQuarter(): Change < to <= in while loop to correctly
  handle quarter boundaries when today is the first day of a quarter
@ZackFra ZackFra closed this Jan 4, 2026
@ZackFra ZackFra deleted the pr-321-internal branch January 4, 2026 01:09
@ZackFra ZackFra restored the pr-321-internal branch January 4, 2026 01:09
@ZackFra ZackFra deleted the pr-321-internal branch January 4, 2026 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants