|
Apache log4cxx
Version 0.10.0
|
Inherits ObjectImpl.
Public Member Functions | |
| const LogString | getID () const |
| virtual log4cxx_status_t | explode (apr_time_exp_t *result, log4cxx_time_t input) const =0 |
| Expand an APR time into the human readable components for this timezone. | |
Static Public Member Functions | |
| static const TimeZonePtr & | getDefault () |
| static const TimeZonePtr & | getGMT () |
| static const TimeZonePtr | getTimeZone (const LogString &ID) |
Protected Member Functions | |
| TimeZone (const LogString &ID) | |
| virtual | ~TimeZone () |
Protected Attributes | |
| const LogString | id |
| virtual ~TimeZone | ( | ) | [protected, virtual] |
| virtual log4cxx_status_t explode | ( | apr_time_exp_t * | result, |
| log4cxx_time_t | input | ||
| ) | const [pure virtual] |
Expand an APR time into the human readable components for this timezone.
| static const TimeZonePtr& getDefault | ( | ) | [static] |
| static const TimeZonePtr& getGMT | ( | ) | [static] |
| static const TimeZonePtr getTimeZone | ( | const LogString & | ID | ) | [static] |