I don't see the time in the embed message #392
-
Hello, could you tell me what to do, I wanted to take the time from the embed message, but instead of the time it shows me this, what should I do? (sorry if it's not very clear, I'm not speaking English) |
Beta Was this translation helpful? Give feedback.
Answered by
theAbdoSabbagh
Oct 1, 2022
Replies: 1 comment 1 reply
-
You can use datetime to convert the epoch time to a readable date if thats what you're trying to do. An example can be found here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Eviz2005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use datetime to convert the epoch time to a readable date if thats what you're trying to do. An example can be found here.