Skip to content

Democode with Timezone Lib? #176

Answered by Makuna
bobybobybob asked this question in Q&A
Discussion options

You must be logged in to vote

This is a question, which is better asked on the gitter channel.

But to answer it, no I have not worked with the timezone lib.

In general, the best approach is to work in GMT time for everything except where you finally show it to your user; at which point you convert it right before display.

I am not sure why it would be incomptible, its more of finding what format it requires and providing that. The RtcDateTime object exposes the common EPOCH format through APIs (Epoch32Time() & Epoch64Time()) which I am sure they support in some fashion.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Makuna
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #55 on June 07, 2023 17:30.