I loaded some datetime texts from a log file to SQL Server. The datetimes look like 2019-03-20T12:00:02.630+11.00 or another example 2019-03-21T12:50:02.640+11.00 etc.
I am based in Melbourne, Australia. First I am not sure whether this datetimes are local data and time of Australia? All the logs, are collected are based in Australia.
Second, can you explain me the format. For example, what is that T means in the middle? What is that +11.00 means at the end? Is it in UTC format, suggesting we are 11+ hours ahead of UTC? If the dates are in UTC, do I change it to local datetime in order for us to better related to the data?
Thanks