Ignore:
Timestamp:
Aug 1, 2022, 12:54:31 PM (2 years ago)
Author:
alloc
Message:

Switched to use SpaceWizards.HttpListener

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/Web/SSE/EventLog.cs

    r369 r382  
    1212                        string date = $"{_timestamp.Year:0000}-{_timestamp.Month:00}-{_timestamp.Day:00}";
    1313                        string time = $"{_timestamp.Hour:00}:{_timestamp.Minute:00}:{_timestamp.Second:00}";
     14                        string isotime = _timestamp.ToString ("o");
    1415                        string uptime = _uptime.ToString ();
    1516                        string message = _plainMsg;
     
    2122                        data.Add ("date", new JSONString (date));
    2223                        data.Add ("time", new JSONString (time));
     24                        data.Add ("isotime", new JSONString (isotime));
    2325                        data.Add ("uptime", new JSONString (uptime));
    2426
Note: See TracChangeset for help on using the changeset viewer.