Hello guys,
my JSON File says
Times: ,“sched_out”:"1680213900"
How do I convert this type of string into a Date format ?
What type of date format is this ?
Thank you
Hello guys,
my JSON File says
Times: ,“sched_out”:"1680213900"
How do I convert this type of string into a Date format ?
What type of date format is this ?
Thank you
Hi,
These are Unix Timestamps. How you convert them depends on what language you are coding in, but I imagine a Google search for the language in question will yield some results.
Best regards,
Thank you for the information
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.