We are running Mirth on an Ubuntu installation and its system time differs from the timestamp that shows up in the dashboard for when messages are being processed. the messages always timestammped one hour behind the system time. The server is set to EDT (eastern daylight time). Are there any known issues with Mirth having difficulty keeping up with daylight savings time?
Announcement
Collapse
Mirth Connect 4.0.1 Released!
Mirth Connect 4.0.1 is now available as an appliance update and on our GitHub page. Mirth Connect 4.0.1 is a patch release containing a bug fix which includes fixing a Jetty keystore regression that caused Connect servers using a PKCS12 keystore containing a wildcard certificate and/or a certificate with a SAN to throw an exception on startup. See the release notes for the list of fixes and updates.
Download | See What's New | Upgrade Guide | Release Notes
For discussion on this release, see this thread.
Download | See What's New | Upgrade Guide | Release Notes
For discussion on this release, see this thread.
See more
See less
Timestamps in Mirth are off by one hour
Collapse
X
-
Re:Timestamps in Mirth are off by one hour
I had the same problem recently.
Java have their own timezones. You have to update timezone in your JRE (Java runtime).
Try do this:
1. First, be sure that Ubuntu has configured timezone properly.
2. Stop Mirth Server.
2. Download tzupdater.jar from Sun to configure the timezone in Java.
Put this file in your bin JRE folder
3. Do:
java -jar tzupdater.jar -u
java -jar tzupdater.jar -f
(use sudo command before if you need root access)
4. Start Mirth Server again.
good luck!
carles massallé
-
Re:Timestamps in Mirth are off by one hour
It appears that this will be resolved in Hardy with the tzdata-java package as well.Jon Bartels
Zen is hiring!!!!
http://consultzen.com/careers/
Talented healthcare IT professionals wanted. Engineers to sales to management.
Good benefits, great working environment, genuinely interesting work.
Comment
-
Hi,
I have a server running Ubuntu (Hardy Heron) and Mirth. Dates rendered by Javascript in our channels aren't reflecting daylight savings time.
But the server system time is in EDT.
So, I did the following:
1. sudo apt-get install tzdata-java
2. sudo java -jar tzupdater.jar -u
sudo java -jar tzupdater.jar -f
3. rebooted
But no luck! My dates are still EST, not EDT.
Any advice? Any help would be greatly appreciated!
Comment
Comment