repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DRVWEB-4373] Add Suggestion Mode spotlight onboarding modal for docs on drive
[ProtonMail-WebClient.git]
/
packages
/
pass
/
utils
/
time
/
constants.ts
blob
c56f83eeceffa2ab40d2dda11b2f5e247dbef384
1
export const UNIX_MINUTE = 60;
2
export const UNIX_HOUR = 60 * UNIX_MINUTE;
3
export const UNIX_DAY = 24 * UNIX_HOUR;
4
export const UNIX_WEEK = 7 * UNIX_DAY;
5
export const UNIX_MONTH = 4 * UNIX_WEEK;