mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
support filtering transactions by time zone minute offset, day of week, day of month, month of year and transaction hour in insights explorer
This commit is contained in:
@@ -600,3 +600,6 @@ export const ALL_TIMEZONES: TimezoneInfo[] = [
|
||||
timezoneName: 'Pacific/Kiritimati'
|
||||
}
|
||||
];
|
||||
|
||||
export const WESTERNMOST_TIMEZONE_UTC_OFFSET: number = -720; // Etc/GMT+12 (UTC-12:00)
|
||||
export const EASTERNMOST_TIMEZONE_UTC_OFFSET: number = 840; // Pacific/Kiritimati (UTC+14:00)
|
||||
|
||||
Reference in New Issue
Block a user