Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.Timezone Structure

Timezone information. DO NOT USE. [Edit]

See Also: Timezone Members

public struct Timezone : IEquatable<Timezone>

See Also

Syscall.gettimeofday
Syscall.settimeofday

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

This type was originally intended to allow determination of which time zone the user is in, and how many minutes west of Greenwich Mean Time (UTC) the user is. This would take daylight savings time into effect.

This cannot work, however, as daylight savings time is a political decision which can change from country to country at any time. Consequently it cannot be handled by the kernel and is of limited use.

Do not use this structure.

[Edit]

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0