Method WriteFormattedTimestampLocalTimeZone
WriteFormattedTimestampLocalTimeZone(in long, ref UnsafeText)
Writes Timestamp to the UnsafeText in Local time zone
Declaration
public static bool WriteFormattedTimestampLocalTimeZone(in long timestamp, ref UnsafeText messageOutput)
Parameters
Type | Name | Description |
---|---|---|
long | timestamp | Timestamp to write |
UnsafeText | messageOutput | Where to write to |
Returns
Type | Description |
---|---|
bool | True on success |