solana-labs / networkexplorer

Retired
13 stars 19 forks source link

Use local time in the UI #8

Closed mvines closed 5 years ago

mvines commented 5 years ago

All the time information displayed appears to be in UTC, some examples below. Let's use a library like https://momentjs.com/ to render local time. Also for "last updated", we could use Time from now.

image image

sunnygleason commented 5 years ago

@mvines ok, plan will be to use browser local setting for date rendering via momentjs.

Will follow up with questions re: entry/block on #blockexplorer ...

sunnygleason commented 5 years ago

in PR #15

sunnygleason commented 5 years ago

(fix merged to master)