Open this page in the API Guide

TimeZoneHelper.GetLinuxTimeZoneId Method

Gets the Linux time zone identifier.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static string GetLinuxTimeZoneId(
	string timeZoneId
)

Parameters

timeZoneId
Type: System.String
The time zone identifier.

Return Value

Type: String
The Linux time zone identifier matching the provided timeZoneId.
Exceptions
ExceptionCondition
NotFoundExceptionTime zone is not found.
See Also