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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::chrono::zoned_time::get_time_zone				     -
       std::chrono::zoned_time::get_time_zone

Synopsis
	  TimeZonePtr get_time_zone() const;  (since C++20)

	  Retrieves the	stored time zone pointer.

Return value
	  A copy of the	stored time zone pointer.

Notes
	  There's no way to access the time zone pointer when TimeZonePtr is a
       move-only type.

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

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

home | help