15 printer.print(
"<Error>");
28 getBoundZoneProcessor()->
printNameTo(printer, followLink);
37 printer.print(
"<Error>");
45 mStdOffsetMinutes + mDstOffsetMinutes);
46 utcOffset.printTo(printer);
48 printer.print((mDstOffsetMinutes != 0) ?
"D" :
"S");
static TimeOffset forMinutes(int16_t minutes)
Create TimeOffset from minutes from 00:00.
void printTo(Print &printer) const
Print the human readable string.
bool isUtc() const
Return true if UTC (+00:00+00:00).
static const uint8_t kTypeError
A TimeZone that represents an invalid condition.
void printShortTo(Print &printer, bool followLink=false) const
Print the short human readable representation of the time zone.
static const uint8_t kTypeReserved
Reserved for future use.
void printTo(Print &printer, bool followLink=false) const
Print the text representation of the time zone using the full canonical time zone name or UTC offset ...
static const uint8_t kTypeManual
Manual STD offset and DST offset.
virtual void printShortNameTo(Print &printer, bool followLink=false) const =0
Print a short human-readable identifier (e.g.
virtual void printNameTo(Print &printer, bool followLink=false) const =0
Print a human-readable identifier (e.g.