This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Base Timezone
#322
-
I'm wondering what the timezone for Base is, so that I can attach the expiration datetime object to an item. Would UTC be fine? |
Beta Was this translation helpful? Give feedback.
Answered by
lmangani
Jul 17, 2022
Replies: 1 comment 1 reply
-
Timestamps should be assumed UTC in general, but since |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lthon09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Timestamps should be assumed UTC in general, but since
ExpireAt
also accepts a Date object you can specify a UTC relative TZ, ie:new Date("2022-12-01T00:00:00.000+08:00");