#include "OW_config.h"
#include "OW_DateTime.hpp"
#include "OW_String.hpp"
#include "OW_BinarySerialization.hpp"
#include "OW_Format.hpp"
#include "OW_Mutex.hpp"
#include "OW_MutexLock.hpp"
#include "OW_ExceptionIds.hpp"
#include <istream>
#include <ostream>
#include <time.h>
#include <sys/time.h>
#include <cctype>
Include dependency graph for OW_DateTime.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Functions | |
void | OW_NAMESPACE::badDateTime (const String &str) |
void | OW_NAMESPACE::validateRanges (Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 microseconds, const String &str) |
bool | OW_NAMESPACE::isDOWValid (const char *str) |
bool | OW_NAMESPACE::isLongDOWValid (const String &s) |
int | OW_NAMESPACE::decodeShortMonth (const char *str) |
int | OW_NAMESPACE::decodeLongMonth (const String &str) |
bool | OW_NAMESPACE::getTimeZoneOffset (const String &timezone, int &offset) |
Int32 | OW_NAMESPACE::getDaysPerMonth (Int32 year, Int32 month) |
void | OW_NAMESPACE::adjustTimeForTimeZone (Int32 timezone_offset, Int32 &year, Int32 &month, Int32 &day, Int32 &hour) |
DateTime | OW_NAMESPACE::operator- (DateTime const &x, DateTime const &y) |
Returns the difference of x and y. | |
Variables | |
const int | OW_NAMESPACE::LOCAL_TIME_OFFSET = -24 |