Closed Kilerd closed 1 year ago
unlike beancount, zhang support to mark directives with datetime, so we need to clarify which timezone is for the datetime. it's highly related to the statistic anlysis and data.
introduce a new option timezone, with default value server timezone.
timezone
should use chrono::Local::now().offset().local_minus_utc() to indicate server timezone as default timezone.
chrono::Local::now().offset().local_minus_utc()
unlike beancount, zhang support to mark directives with datetime, so we need to clarify which timezone is for the datetime. it's highly related to the statistic anlysis and data.
introduce a new option
timezone
, with default value server timezone.