MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::calendars::zone Namespace Reference

Functions

constexpr TimeZone utc ()
 

Variables

constexpr auto utc_name = "UTC"
 

Function Documentation

◆ utc()

TimeZone mtcore::calendars::zone::utc ( )
constexpr

Definition at line 88 of file zoned.hpp.

88{ return TimeZone{{}, slice_from(utc_name)}; }
constexpr Slice< const char32_t > slice_from(char32_t *cstr)
Creates a slice from a utf32 string in the form of a c string.
constexpr auto utc_name
Definition zoned.hpp:87
Here is the call graph for this function:

Variable Documentation

◆ utc_name

auto mtcore::calendars::zone::utc_name = "UTC"
constexpr

Definition at line 87 of file zoned.hpp.