You are hereSupport / Known Issues / 6.2: Incorrect Time Seen in WebUI
6.2: Incorrect Time Seen in WebUI
Wed, 03/24/2010 - 13:35
In 6.2 you may notice the Web UI displaying times for the GMT timezone. This can be fixed by doing the following:
- Determine your time zone:
- For Eastern Time: America/New_York
- For Central Time: America/Chicago
- For Mountain Time: America/Denver
- For Pacific Time: America/Los Angeles
- If your time zone is not listed, please post a request for your location.
- Navigate to the Longitude directory and open ApplicationManagerMain.lax with a text editor
- Look for the lax.nl.java.option.additional= field.
- Add the following snippet to the end of the field:
-Duser.timezone="{timeZone}"
For example:
lax.nl.java.option.additional=-Xms75m
-Xmx150m -Duser.timezone="America/Chicago" - Repeat this procedure for the following files in the Longitude directory:
- Boostrap.lax
- CoreConsolidator.lax
- EngineMain.lax
- StatisticsServerMain.lax.
- Restart all of your services from services.msc.
- The components should now all have the correct time settings, but you may see timestamp errors for data written to the database until the current time catches up to the previously archived time values.