Stored data format

i have a python script taking new jobs in our erp system and adding them to kanboard through api with start/end dates. i am now adding on to our project and need to read the dates back out. i can not figure out a conversion process to get a readable date. any help would be appreciated on the stored date format. thank you.

Are you Saying you don’t know how to convert Unix Time to Standard Time?

If your doing it in python

thank you. api docs have it as iso8601 going in. expected same on way out . got it working now.