trailofbits / sienna-locomotive

A user-friendly fuzzing and crash triage tool for Windows
https://blog.trailofbits.com/user-friendly-fuzzing-with-sienna-locomotive
GNU Affero General Public License v3.0
131 stars 24 forks source link

Localize timestamps in the GUI #335

Open woodruffw opened 5 years ago

woodruffw commented 5 years ago

Possibly in the database as well, although I haven't checked yet.

ehennenfent commented 5 years ago

Renaming because we store timestamps in the database via datetime.datetime.utcnow, which is the correct way to do it. We can localize them after-the-fact when we display them to the user.