12#include "../macros.hpp"
13#include "debugger.hpp"
14#include "exception.hpp"
17hi_export_module(hikogui.utility.time_zone);
19hi_export
namespace hi {
inline namespace v1 {
25 return std::chrono::current_zone();
41 static auto *
zone = detail::_cached_current_zone();
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
std::chrono::time_zone const & cached_current_zone() noexcept
Cached current time zone.
Definition time_zone.hpp:39