BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
#include <BoosterSeat/exception.hpp>
#include <BoosterSeat/time.hpp>
#include <algorithm>
#include <chrono>
#include <time.h>
#include <iostream>
Namespaces | |
bst | |
Functions | |
std::string | dateFormatString (const char delimiter) |
std::tm | getTm (const bst::time::TimeZone time_zone, time_t time) |
uint32_t | bst::getUnixTime () |
Get the current Unix time. More... | |
std::string | timeFormatString (const char delimiter) |
|
inline |
References bst::time::LOCAL, bst::TIME_INVALID_TIMEZONE, and bst::time::UTC.
Referenced by bst::time::dateAndTimeString(), bst::time::dateString(), and bst::time::timeString().
|
inline |
Referenced by bst::time::dateAndTimeString(), and bst::time::timeString().
|
inline |
Referenced by bst::time::dateAndTimeString(), and bst::time::dateString().