Writer aborts if timezone is not successfully detected (missing error handling)
Created by: matthew-d-jones
The case of data::current_zone()
returning a nullptr
should be handled. Currently it is not and causes the writer to fail on an assert
in the tz
library.
Bug can be repeated by running the file writer in a docker container.