Skip to:
Add MILLIS_TO_TZ(date1, tz [, fmt]) as per the Date/Time Functions PRD.
Note that the `tz` parameter is different to the PRD. It is "minutes offset from UTC" (integer) rather than a timezone string.
https://github.com/couchbase/couchbase-lite-core/pull/1930
Need format support in the current implementation in LiteCore.
might have already implemented the function in one of these branches or PR.
https://github.com/couchbase/couchbase-lite-core/commits/feature/date_part_functionshttps://github.com/couchbase/couchbase-lite-core/commits/feature/p2_date_functionshttps://github.com/couchbase/couchbase-lite-core/pull/783
Add MILLIS_TO_TZ(date1, tz [, fmt]) as per the Date/Time Functions PRD.