When I look at ISO8601 Wikipedia's page, ISO8601 date should be "yyyy-MM-ddTHH:mm:ss" where matlab's documentation predefined "yyyymmddTHHMMSS" which is not corresponding to ISO8601 :
- is there a mistake in matlab ?
- did the iso8601 recently changed ?
The solution I use is :
datestr(now,'yyyy-MM-ddTHH:mm:ss') %instead of datestr(now,30)
But it does not look really "clean" for me ...
in addition, I don't understand about 'Z' parameter at the end. Is it supposed to appear if it is not UTC time ? why Matlab doesn't show it ? how to configure this ?
Thank you
how about this:
results in
e.g. in Javascript import string (send over websocket) with