Answers for "convert iso 8601 to unix timestamp"

VBA
0

unix to datetime

datetime.datetime.utcfromtimestamp(posix_time).strftime('%Y-%m-%dT%H:%M:%SZ')
Posted by: Guest on September-20-2021
0

date convert unix timestamp to datetime

date -d @1267619929
Posted by: Guest on March-11-2021

Code answers related to "VBA"

Browse Popular Code Answers by Language