toJBTimezone method
Converts to the timezone offset defined in JBConfig.setTimezone
Implementation
DateTime toJBTimezone() => toUtc().add(App.timezone.offset);
Converts to the timezone offset defined in JBConfig.setTimezone
DateTime toJBTimezone() => toUtc().add(App.timezone.offset);