diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a6b8af32..b4638b59 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -17,7 +17,6 @@ NEXT TODOS: - In the log it was ok at the top and backing out and back in Log showed properly in the menu from the about page so it seemed to refresh when went into the log - TODO: Check if ??Log is fetched on About page or prefetched or where it's fetched and is it doing it properly with a Promise Chain -## NEXT UP ## - On pixel probably all though: - Selected 420 in the widget edit form but it shows as 11:20 on the main list, localization time issue - Retest on desktop, probably a general date time conversion bug diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index 3d3a9f4b..dbd122cd 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -22,9 +22,12 @@
{{ this.$gzlocale.get("User") }}: - {{ clientInfo.userName }}{{ this.$store.state.userName }} + {{ this.$store.state.userName }} +
+ +
+ {{ this.$gzlocale.get("UserTimeZoneOffset") }}: + {{ this.$gzlocale.timeZoneOffset }}
@@ -178,7 +181,8 @@ export default { "LicensedOptions", "Log", "User", - "Browser" + "Browser", + "UserTimeZoneOffset" ]) .then(function() { vm.formState.ready = true;