Skip to content

Date and Time Parsing Format

CharacterDescriptionExample
yYearyyyy => 2018; yy => 18
MMonth in yearMM => 08; MMM => Aug; MMMM => August
dDay in monthdd => 09
HHour in day (0-23)HH => 13
mMinute in hourmm => 25
sSecond in minutess => 56
SMillisecondSSS => 367
ZTime zoneZ => +0800

For example, time text:

2018/08/09 13:25:56.367 +0800

can be used

yyyy/MM/dd HH:mm:ss.SSS Z

Come to analyze.

HENGSHI SENSE Platform User Manual