std::chrono::zoned_time<Duration,TimeZonePtr>::operator=
Min standard notice:
Assign the value of other to *this.
# Declarations
zoned_time& operator=( const zoned_time& other ) = default;
(since C++20)
zoned_time& operator=( const std::chrono::sys_time<Duration>& other );
(since C++20)
zoned_time& operator=( const std::chrono::local_time<Duration>& other );
(since C++20)
# Return value
*this