Calculated Fields: Report In My Time Zone

Casebook's reporting tool shows time in UTC but you can use the following Calculated Field to adjust the time to your own time zone.

On any report, you can adjust any date/time field to show in your own time zone. To do so, follow the steps below: 

  1. Add a new Calculated Field by selecting the green + icon, then selecting Calculated Field. Screen Shot 2022-06-28 at 10.16.33 AM
  2. Name your Calculated Field. For this example, I'm naming the field "Time Zone". 
  3. Enter the formula below with a date field from your dataset in place of "SOME.DATE.FIELD" 
    1. applytimezone({SOME.DATE.FIELD}, currentTimeZone())
  4. Select Create Field. You can now use this field in your report. Screen Shot 2022-06-28 at 10.23.43 AM