I have an list of timestamps in the form of seconds since January 1, 1999 00:00 UTC
(not epoch). I am looking for a way to convert this to a date/time in a more standard format (like YYYY-MM-DD HH:MM:SS UTC
). I'm not sure how to do this since its not that more usual "seconds since epoch" format.
Thanks.