Is there any specific date fromat for 2011-03-09T01:42:34.9360000Z, the datetime value of a blob snapshot?

sandboxtray 41 Reputation points
2020-10-28T13:25:45.483+00:00

Hello, I am trying to do a date transformation from 2020-10-28 12:48 to 2020-10-28T12:48:33.6528850Z. Is there any date format that would do that for me? YYYY-MM-DDTHH:mm:ss.SSSSSSS[Z] doesn't seem to resolve into the correct date of the snaphot.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,511 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 41,886 Reputation points
    2020-10-28T13:35:56.857+00:00

    If it's for .NET, then have a look at Custom date and time format strings

    For milliseconds you have to use a lower "f", not an upper "S"

    0 comments No comments

  2. sandboxtray 41 Reputation points
    2020-10-28T14:58:36.32+00:00

    Thank you for your reply, I'm using javaScript. Adding lower f will not work for JS. Is there any documentation on this for JS?

    0 comments No comments