display logs in local time while retaining iso format

This commit is contained in:
Matt Hill
2022-07-27 22:56:29 -06:00
committed by Aiden McClelland
parent a5c97d4c24
commit c2f9c6a38d
6 changed files with 63 additions and 11 deletions

View File

@@ -949,13 +949,13 @@ export module Mock {
export const ServerLogs: Log[] = [
{
timestamp: '2019-12-26T14:20:30.872Z',
timestamp: '2022-07-28T03:52:54.808769Z',
message: '****** START *****',
},
{
timestamp: '2019-12-26T14:21:30.872Z',
message:
'2021/11/09 22:55:04 \u001b[34mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated<p>TEST PARAGRAPH</p>',
'\u001b[34mPOST \u001b[0;32;49m200\u001b[0m photoview.embassy/api/graphql \u001b[0;36;49m1.169406ms\u001b[0m unauthenticated<p>TEST PARAGRAPH</p>',
},
{
timestamp: '2019-12-26T14:22:30.872Z',
@@ -965,7 +965,7 @@ export module Mock {
export const PackageLogs: Log[] = [
{
timestamp: '2019-12-26T14:20:30.872Z',
timestamp: '2022-07-28T03:52:54.808769Z',
message: '****** START *****',
},
{