northwood-studios / LocalAdmin-V2

Second version of LocalAdmin for SCP: Secret Laboratory game.
MIT License
22 stars 20 forks source link

Remove Z from GetLogsUtcTimestamp() and GetLiveViewUtcTimestamp() #48

Closed ITeMbI4 closed 1 year ago

ITeMbI4 commented 1 year ago

It will be better to remove Z from GetLiveViewUtcTimestamp(), because people may want to use custom format with UTC time and this z interfere it - https://github.com/northwood-studios/LocalAdmin-V2/blob/090561db14b92815a386e8ee939440dcb6f4c992/IO/ConsoleUtil.cs#L41

Also, Z should be removed from GetLogsUtcTimestamp(), since we have hardcoded timezone and this Z is necessary - https://github.com/northwood-studios/LocalAdmin-V2/blob/090561db14b92815a386e8ee939440dcb6f4c992/IO/ConsoleUtil.cs#L33