Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::chrono..._zone::name(3)  C++ Standard Libary std::chrono..._zone::name(3)

NAME
       std::chrono::time_zone::name - std::chrono::time_zone::name

Synopsis
	  std::string_view name() const	noexcept;  (since C++20)

	  Obtains the name of this time	zone.

Return value
	  The name of this time	zone (e.g., "America/New_York").

http://cppreference.com		  2022.07.31	  std::chrono..._zone::name(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chrono::time_zone::name&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help