How do I get current time and/or current datetime using time create ? thanks #520
-
How do I get current time and/or current datetime using time create ? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jhpratt
Oct 30, 2022
Replies: 1 comment 1 reply
-
There are two methods: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
birraasmile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two methods:
OffsetDateTime::now_utc
andOffsetDateTime::now_local
.