JSON Date/Time Format

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 :slight_smile:

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 :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.