Constructs an intance of UFTimezone.
Path and filename of php cli interpreter.
Log to use.
Gets the date/time for a specific timezone from a date/time using the timezone of the server.
date/time for the timezone
Date using the server timezone
Timezone to convert to
Converts a date/time using the server timezone to a local time representation either using 24 hour or 12 hour format (using pm/am).
Reference: https://en.wikipedia.org/wiki/12-hour_clock
a formatted time: H:mm [am|pm] or H::mm:ss [am|pm]
Date to convert
Timezone to convert to (this value is also used to determine 12 or 24 hour format)
When true include seconds in value else only return hour and minutes.
Converts a date/time for a certain timezone to the date/time using the timezone of the server.
the date/time using the servers timezone.
Date to convert
Timezone aDate is defined for
Converts a date/time for a certain timezone to the utc date/time.
the date/time using the utc timezone.
Date to convert
Timezone aDate is defined for
Generated using TypeDoc
UFTimezone is a utility class to handle php timezones.