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
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • 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
    • Tutorials
    • 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
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • 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
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Is there a way to change the new HTML Dashboard to use Server Time for trend data?

Solved2.06K views1st October 2021Dashboard time filter trending
1
Steve Purcell [SLC] [DevOps Advocate]1.64K 30th September 2021 0 Comments

We have a situation where the Dataminer is in one time zone and the Clients connect from multiple different time zones.  When the Trend data is brought up on the Dashboard initially the data looked correct, however, when we started using the time filters (today so far, last xx timeframe and others) we found that the trend data was being filtered based on the client time rather than the server time.  We expected the filters to be based off of the server time when timeframe filters.

Is there a way to change this functionality so all trend data is filtered off of server time?

This issue was initially noticed when we had just enabled trending for some new parameters and added the trend to the Dashboard.  When using  the 'Today' filter all looked good.  When we switched to 'Last 15 minutes' the trend was blank, even though we knew trending was enabled for the last hour.  In this case the client was 7 hours behind the server, so when the timeframe filter was set to 'last 15 minutes' the time was in the past before trending was enabled for the element.

Steve Purcell [SLC] [DevOps Advocate] Selected answer as best 1st October 2021

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Sebastiaan Dumoulein [SLC] [DevOps Enabler]12.73K Posted 30th September 2021 4 Comments

Hi Steve,

You can set the default time zone for the web clients in the general ClientSettings.json file, more info on this in the help.

With that being said, I believe the "Last 15 minutes" time range should not take into account the time zone since this is something relative to now. It should be taken into account for ranges like "Yesterday", "Previous week" though.

Sebastiaan Dumoulein [SLC] [DevOps Enabler] Posted new comment 5th December 2021
Gelber Mahecha [SLC] [DevOps Enabler] commented 30th September 2021

Steve, in case you are wondering how to obtain the time zone value mentioned in the help topic, you can use the following cmdlets in a PowerShell prompt running in the server itself:

> $timezones = [System.TimeZoneInfo]::GetSystemTimeZones()
> $timezone = $timezones | Where-Object {$PSItem.StandardName -eq [System.TimeZone]::CurrentTimeZone.StandardName }
> Set-Clipboard -Value $timezone.ToSerializedString()

The last line shall paste the required string to the clipboard.

Wim Bruynooghe [SLC] [DevOps Advocate] commented 1st October 2021

Also worth mentioning that there were some issues with this that have been fixed in feature release 10.1.9 and main release 10.1.0(CU6). (https://community.dataminer.services/documentation/dataminer-v10-1-9-release-notes/#30301)

Martin Vrzba [DevOps Member] commented 2nd December 2021

Hi Sebastiaan, Gelber, Wim, all,

Is this setting applied only in the new Dashboard app?
We’d like to have this feature of setting the trend time to UTC in the Legacy Dashboards per requirement from our Client, but it doesn’t seem to work when I tested. We use a Dashboard Gateway and the setting is configured in ClientSettings.json of the agent handling the connection. We’re using 10.1.0-CU9.

This is the setting definition:
{
“Name”: “commonServer.ui.DefaultTimeZone”,
“Value”: “UTC;0;(UTC) Coordinated Universal Time;Coordinated Universal Time;Coordinated Universal Time;;”,
“VersionNumber”: 0,
“Mode”: 0,
“InVisible”: false
},

Thanks for any advice.

Sebastiaan Dumoulein [SLC] [DevOps Enabler] commented 5th December 2021

Hi Martin, as far as I know this is only for the new dashboards application and not for the legacy dashboards. I believe there are currently no plans to introduce this in the legacy app.

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

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin