Android Time Utils
object AndroidTimeUtils
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns the timezone ID that should be used when writing an event to the Android calendar provider or task providers.
Link copied to clipboard
Checks and fixes DURATION values with incorrect format which can't be parsed by ical4j. Searches for values like "1H" and "3M" and groups them together in a standards-compliant way.
Link copied to clipboard
Concatenates, if necessary, multiple RDATE/EXDATE lists and converts them to a formatted string which OpenTasks can process. OpenTasks expect a list of RFC 5545 DATE (yyyymmdd) or DATE-TIME (yyyymmdd[Z]) values, where the time zone is stored in a separate field.
Link copied to clipboard
Link copied to clipboard
Converts this Temporal to a ZonedDateTime that is created from the timestamp returned by toTimestamp and the time zone returned by androidTimezoneId.