In the fib and pav mappers, there's infrastructure for auto-detecting the local timezone and formatting start/end times correctly. However, when running the mappers on Code Ocean, the timezone is auto-detected as UTC, which leads to incorrectly formatted timestamps.
Instead, I'd like to default the timezone to pacific time, with the option of passing a specific timezone (in the case where we were attempting to ingest data from an external source).
In the fib and pav mappers, there's infrastructure for auto-detecting the local timezone and formatting start/end times correctly. However, when running the mappers on Code Ocean, the timezone is auto-detected as UTC, which leads to incorrectly formatted timestamps.
Instead, I'd like to default the timezone to pacific time, with the option of passing a specific timezone (in the case where we were attempting to ingest data from an external source).