3
0
Fork 0
trifid_mobile/android
Michael Brown affdc8a7bb
Add configuration setting for using local TZ
The default log timestamp is in UTC, this commit allows the user to
convert the log timestamps to their own timezone.

When approaching this problem I originally considered allowing the user
to set any timezone offset of their choice. This would require some
alignment between the device and client that was feeling cumbersome.

In the end we decided to keep things relatively simple and just allow a
simple toggle to convert log entries upon reading the logfile on the
device.

The default log timestamp emitted by the client remains UTC/Zulu

Advances #2
2020-12-16 10:36:15 -05:00
..
app Add configuration setting for using local TZ 2020-12-16 10:36:15 -05:00
gradle/wrapper Initial commit 2020-07-27 15:43:58 -05:00
.gitignore Initial commit 2020-07-27 15:43:58 -05:00
build.gradle Initial commit 2020-07-27 15:43:58 -05:00
gradle.properties Initial commit 2020-07-27 15:43:58 -05:00
settings.gradle Initial commit 2020-07-27 15:43:58 -05:00
settings_aar.gradle Initial commit 2020-07-27 15:43:58 -05:00