Skip to content Skip to main navigation Skip to footer

Tag: time zone

How to interpret cloud report dates/times for your time zone

In Wavecrest reports, dates and times are displayed in several places, such as in the Report Request Parameters–Current Date/Time, Report Start Date/Time, and Report Stop Date/Time. In addition, in Audit Detail reports, all hits including visits have a date and time associated with each URL that is displayed.

Cloud Customers

For cloud customers who are using a CyBlock Cloud instance that is not located in their local time zone, the dates/times in reports are specific to the time zone set in your cloud account, that is, the time zone in which your Web activity is occurring.

For example, if you are in Pacific Time, running a User Audit Detail report for the selection, Previous 24 Hours, and going through central.cloud.cyblock.com which is in Central Time, the URLs in the report would have times of your local time if this time zone is set in your cloud account. So if the date is Sep 11 and your local time is 11:02 a.m., “Previous 24 Hours” would be Sep 10, 11:00:00 a.m. to Sep 11, 10:59:59 p.m. in Pacific Time, and the URL times would span this time period.

The dates and times in the report e-mail will also reflect the time zone set in your cloud account.

Hybrid Cloud Customers

For Hybrid cloud customers, reporting is based on your local CyBlock instance time. Reports will show all traffic as it occurred in the time zone of each of your cloud accounts for the same local CyBlock instance time. When running reports for all cloud accounts, managers can see traffic for all time zones at the same time and hour.

For example, if your local CyBlock instance time is Eastern Time, cloud Web activity is in Central Time and Mountain Time, and you are running a Site Analysis report for 10:00 a.m. for all configurations, the report will show 10:00 a.m. Central Time traffic and 10:00 a.m. Mountain Time traffic.

If you have any questions, please contact Technical Support at (321) 953-5351, Ext. 4 or support@wavecrest.net.

How to adjust the time zone in reports

If the time zone appears to be off in the reports, you can make an adjustment in the Wavecrest directory.

  1. Stop the Cyfin (or CyBlock) service.
  2. Open the following file in an editor (such as WordPad) …\Wavecrest\Cyfin\wc\cf\db\cfs.cfg.
    – For CyBlock: …\Wavecrest\CyBlock\wc\cyblock\db\cbs.cfg.
  3. Find the line TIMEZONE_ADJUST=0.
  4. Set adjustment to ‘x’ or ‘-x.’
  5. Restart the service.

Note:  If you are utilizing the Report Database, log files will need to be reimported to reflect the correct time.

Changing time zone on appliance

To set the time zone on the appliance, do the following:

  1. In your interface address bar, go to http://<IPaddress>/setadv.php and enable the adv flag setting
  2. Go to the ‘System Status — ADV Shell Scripts (Pre v905 – Go to http://<applianceIP>/admin/hidden.php and select the shell script link)
  3. Run the command:
    cp /usr/share/zoneinfo/America/<Time zone city> /etc/localtime
  4. Click Submit.
  5. Enter the date. (date -s “ddMMM YYYY HH:mm:ss”)
  6. Click Submit.
  7. You should now be on the correct time zone.

Here is a breakdown of time zone cities:

Los_Angeles = Pacific Time Zone
Denver = Mountain Time Zone
Chicago = Central Time Zone
New_York = Eastern Time Zone

Also this path cp /usr/share/zoneinfo/US has files specifically for Pacific, Mountain, Central, and Eastern time zones.