Returns the local time zone expressed as time duration relative to UTC time.
- Returns
- An object of the type std::chrono::system_clock::duration (with a signed tick count as required by the standard) which represents the difference between the current local time and the current UTC time.
- See also
- std::chrono::duration.