Printout
in progress
J
Josh Mohrer
marked this post as
in progress
This is going to come in two parts. First we need to start detecting user timezones. We collect timestamp in universal time, and show it to you in app as the local timezone, but it gets a bit more complicated when were making PDFs or emails on the server. I'm going to get this done over the next few weeks, first with an app update that explicitly records time-zone, and then changes to export code.
More to come.
Paul Hess
Josh Mohrer It seems that you could include the universal time in a PDF or printout (it's still accurate) and then when you figure out time zone conversions update that feature. As long as the time zone is well labeled in all cases it should always be accurate.