Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Dashboard App – Client Date & Time

Solved2.89K views3rd February 2021Dashboards date time trending
4
Rene De Posada [SLC] [DevOps Advocate]1.90K 3rd February 2021 0 Comments

When working within the DataMiner Dashboard app the date & time matches the client configuration. Therefore, resulting reports or CSV exports will match the client date and time.

On the other hand, when working with Cube, resulting reports match the server date and time.

We understand that the above different behaviors are are driven by:

  1. Cube sits on top of the operating system and is able to retrieve the time zone of the server
  2. Web apps (Dashboards, Monitoring & Control, etc..) are not aware of the server time zone and default to the client application settings, instead

Based on above, we are left with the following questions:

  1. Is there a way to, optionally, change the described behavior and have the dashboards use the server date & time if preferred?
  2. If not, would a new software feature be required to implement this use case?

Thank you,

Ben Vandenberghe [SLC] [DevOps Enabler] Selected answer as best 3rd February 2021

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
8
Wim Bruynooghe [SLC] [DevOps Advocate]6.59K Posted 3rd February 2021 0 Comments

That is indeed the default behavior. It is possible to override this default behavior, by configuring what timezone you want to use in all client applications. This can be done per user in the clientsettings.json:

1. Open the file ClientSettings.json in the folder C:\Skyline DataMiner\Users.

2. Set the setting commonServer.ui.DefaultTimeZone to the time zone you want.

For example:

{
“Name”: “commonServer.ui.DefaultTimeZone”,
“Value”: “Pacific Standard Time;-480;(UTC-08:00) Pacific Time (US & Canada);Pacific Standard Time;Pacific Daylight Time;[01:01:0001;12:31:2006;60;[0;02:00:00;4;1;0;];[0;02:00:00;10;5;0;];][01:01:2007;12:31:9999;60;[0;02:00:00;3;2;0;];[0;02:00:00;11;1;0;];];”,
“VersionNumber”: 0,
“Mode”: 0,
“InVisible”: false
}

To retrieve the correct format for the time zone, the TimeZoneInfo.ToSerializedString method can be used. See https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.toserializedstring.

3. Save and close the file.

Ben Vandenberghe [SLC] [DevOps Enabler] Selected answer as best 3rd February 2021
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs