3#ifndef TETL_CHRONO_LOCAL_T_HPP
4#define TETL_CHRONO_LOCAL_T_HPP
20template <
typename Duration>
local_time< etl::chrono::seconds > local_seconds
Definition local_t.hpp:24
etl::chrono::time_point< etl::chrono::local_t, Duration > local_time
Definition local_t.hpp:21
local_time< etl::chrono::days > local_days
Definition local_t.hpp:27
The class local_t is a pseudo-clock that is used as the first template argument to etl::chrono::time_...
Definition local_t.hpp:17
Class template time_point represents a point in time. It is implemented as if it stores a value of ty...
Definition time_point.hpp:21