Open chainhead opened 4 years ago
Currently, timeStamp in the envelope seems to support UTC only. On server side, at least, the time stamp should be generated with process.env.TZ if set. Else, use UTC.
timeStamp
envelope
process.env.TZ
Perhaps, here is where the change should be applied.
Currently,
timeStamp
in theenvelope
seems to support UTC only. On server side, at least, the time stamp should be generated withprocess.env.TZ
if set. Else, use UTC.Perhaps, here is where the change should be applied.