Skip to main content
Skip table of contents

Correcting the time zone

Some time zones have changed in recent history, which may not be reflected in the Java / System lookup tables to properly adjust times.  In addition, many time zones use daylight savings time (DST), which can cause an hour to repeat when processing data. Follow the steps below to correct a time zone on your dataset.  an RSK file. 


You can only make these corrections if your RSK file is in the Desktop storage format.

Steps

  1. Extract your dataset (only Desktop format) from the Ruskin software as a raw binary file.

    1. Right-click on the dataset.

    2. Export > Raw binary (*.bin).




      If the raw binary option is greyed out, your dataset is not in the Desktop format and thus cannot be modified. 

  2. Set your computer time zone as needed.
    If necessary, you can adjust all the timestamps by a specific offset to return the timestamp to your desired value using the DB Browser for SQLite or sqlite3 queries.

    CODE
    UPDATE data SET timestamp = timestamp + offset
    UPDATE burstData SET timestamp = timestamp + offset


  3. Delete "breaks" data and any downsample tables.

  4. Open the *.bin file created in Step 1 in Ruskin.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.