You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, provide a way to create a time zone object (presumably, posix_time_zone) that corresponds to whatever time zone is set on the current system. Essentially, I need a way to produce formatted date/time strings that include the current time zone information.
One possible way to do this is, I think, to use strftime with %z or %Z to obtain zone information and then parse it back into Boost.DateTime's posix_time_zone. This doesn't provide DST information, though.
Please, provide a way to create a time zone object (presumably,
posix_time_zone
) that corresponds to whatever time zone is set on the current system. Essentially, I need a way to produce formatted date/time strings that include the current time zone information.This has been requested here.
The text was updated successfully, but these errors were encountered: