Represents a Zeit (time) object in the database timezone (UTC).
new
DatabaseZeit(dateTime: DateTime,userTimezone: Timezone,)
Creates a new DatabaseZeit instance.
Gets the timezone of this DatabaseZeit (always UTC).
getZeit(): DateTime
Gets the Luxon DateTime object for this DatabaseZeit.
minus(duration: DurationLike): DatabaseZeit
Subtracts a duration from the current time.
plus(duration: DurationLike): DatabaseZeit
Adds a duration to the current time.
set(values: DateObjectUnits): DatabaseZeit
Sets specified components of the date/time.
Converts this DatabaseZeit to a UserZeit ISO 8601 string in the user's timezone.
Converts this DatabaseZeit to a UserZeit ISO 8601 date string (without time) in the user's timezone.