Converts ISO 8601 time stamp time
into
Swatch Internet Time
(.beat time) in the form @1000.00
in beats
. One beat is
equivalent to one decimal minute in the French decimal time (1 min
26.4 sec in Solar time).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=TIME_LEN), | intent(in) | :: | time |
ISO 8601 time stamp. |
||
character(len=TIME_BEATS_LEN), | intent(out) | :: | beats |
Timestamp converted to .beat. |