Taskolib  1.3.3
Namespaces | Functions
time_types.cc File Reference

Detailed Description

Conversion for TimePoint.

Author
Fini Jastrow
Date
Created on June 22, 2022

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the license, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.

#include <ctime>
#include <iomanip>
#include <sstream>
#include <time.h>
#include "taskolib/exceptions.h"
#include "taskolib/time_types.h"
Include dependency graph for time_types.cc:

Namespaces

 task
 Namespace task contains all Taskolib functions and classes.
 

Functions

std::string task::to_string (task::TimePoint t)
 
std::time_t task::timegm (const std::tm &t)