toJBTimezone method

DateTime toJBTimezone()

Converts to the timezone offset defined in JBConfig.setTimezone

Implementation

DateTime toJBTimezone() => toUtc().add(App.timezone.offset);