TimeString returns the timestamp of a Datum as a string.
()
| 21 | |
| 22 | // TimeString returns the timestamp of a Datum as a string. |
| 23 | TimeString() string |
| 24 | |
| 25 | // Time returns the timestamp of the Datum as time.Time in UTC |
| 26 | TimeUTC() time.Time |
no outgoing calls