View source code
Display the source code in std/datetime/timezone.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Function std.datetime.timezone.setTZEnvVar

This function is Posix-Only.

void setTZEnvVar (
  string tzDatabaseName
) nothrow @safe;

Sets the local time zone on Posix systems with the TZ Database name by setting the TZ environment variable.

Unfortunately, there is no way to do it on Windows using the TZ Database name, so this function only exists on Posix systems.

Authors

Jonathan M Davis

License

Boost License 1.0.