Closed ITeMbI4 closed 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
GetLiveViewUtcTimestamp()
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
GetLogsUtcTimestamp()
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#L41Also, 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