Lines Matching refs:Database
48 The name of the time zone per the TZ Database. This is the name used to
53 Database)<br>
1209 the TZ Database, obviously it's not likely to be following the exact rules
1899 The default directory where the TZ Database files are. It's empty in version()
1907 The default directory where the TZ Database files are. It's empty in version()
1914 /++ The default directory where the TZ Database files are. It's empty in version()
1922 Returns a $(LREF TimeZone) with the give name per the TZ Database. The
1923 time zone information is fetched from the TZ Database time zone files in
1928 Database)<br>
1933 name = The TZ Database name of the desired time zone
1934 tzDatabaseDir = The directory where the TZ Database files are
1942 could not be found or $(D FileException) if the TZ Database file
2289 tzDatabaseDir = The directory where the TZ Database files are
2696 does not use the TZ Database. To use the TZ Database, use in version()
2697 $(LREF PosixTimeZone) (which reads its information from the TZ Database in version()
2698 files on disk) on Windows by providing the TZ Database files and telling in version()
2701 The TZ Database files and Windows' time zone information frequently in version()
2719 $(HTTP www.iana.org/time-zones, Home of the TZ Database files) in version()
3145 Database name by setting the TZ environment variable. in version()
3148 Database name, so this function only exists on Posix systems. in version()