What is this date format 2020-01-13T09:25:19-0330
? and how can I get the current datetime in this format in python ?
Edited: Also note there are only 4 digits after last -
. The API which I need to hit accepts exactly this format.
2nd Edit: Confirmed from api's dev team, last 4 digits are milliseconds, with 0 prepended. ex, 330 is the milliseconds, and they mention it as 0330.