The default time zone for data loaders is Coordinated Universal Time (internally abbreviated as UTC), meaning that, if an order is loaded into the warehouse, the date and time of that order’s placement are converted from the values used in the order repository to the UTC equivalent, and the UTC times are used in reports.

To change the standard time zone, create a <ATG9dir>/home/servers/server_name/localconfig/atg/reporting/datawarehouse/loaders/TimeRepositoryLoader.properties file with the following configuration information:

dateTimeZoneId=time_zone

Time zones must be in tz database format. A list of IDs can be found on a number of Web sites, including http://joda-time.sourceforge.net/timezones.html.

 
loading table of contents...