Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 33) sorted by relevance

12

/haiku/src/tests/system/libroot/os/
H A DParseDateTest.cpp99 const char* timezone; in main() member
111 for (int tz = 0; tzInfo[tz].timezone != NULL; tz++) { in main()
112 printf("timezone: %s ...\n", tzInfo[tz].timezone); in main()
113 setenv("TZ", tzInfo[tz].timezone, 1); in main()
/haiku/src/system/libroot/posix/sys/
H A Dftime.c14 struct timezone tz; in ftime()
24 timeb->timezone = tz.tz_minuteswest; in ftime()
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUtils.cpp96 timestamp.type(), timestamp.timezone(), in decode_time()
97 timestamp.timezone(),timestamp.year(), in decode_time()
120 timezone_offset = timestamp.timezone(); in decode_time()
H A DUdfStructures.h83 uint16 timezone:12, member
101 int16 timezone() const { in timezone() function
104 int16 result = t.bits.timezone; in timezone()
132 t.bits.timezone = tz; in set_timezone()
/haiku/headers/posix/sys/
H A Dtimeb.h15 short timezone; /* timezone difference to GMT in minutes */ member
H A Dtime.h23 struct timezone { struct
/haiku/src/system/libroot/posix/locale/
H A DLocaleDataBridge.cpp133 localTimezone(timezone), in TimeConversionDataBridge()
138 addrOfTimezone = &timezone; in TimeConversionDataBridge()
/haiku/docs/user/locale/
H A DTimeZone.dox53 \brief Construct a timezone from its \a zoneID and \a language.
55 The constructor only allows you to construct a timezone if you already
58 BLocaleRoster, which knows the timezone selected by the user.
122 \brief Returns the short name of the timezone, in the user's locale,
170 constructor or SetTo() was called with an invalid timezone ID.
H A DDurationFormat.dox100 \brief Sets the timezone for this formatter.
H A DLocaleRoster.dox73 \fn status_t BLocaleRoster::GetDefaultTimeZone(BTimeZone* timezone) const
74 \brief Get the default timezone.
/haiku/src/tests/system/network/tcp_shell/
H A Dpcap.h15 int32 timezone; member
/haiku/src/tools/fs_shell/
H A Dtime.cpp30 fssh_set_timezone(char *timezone)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h121 gettimeofday(&microseconds, (struct timezone*)NULL); in ntfs_current_time()
/haiku/headers/os/locale/
H A DLocaleRoster.h44 status_t GetDefaultTimeZone(BTimeZone* timezone) const;
/haiku/src/kits/locale/
H A DLocaleRoster.cpp158 BLocaleRoster::GetDefaultTimeZone(BTimeZone* timezone) const in GetDefaultTimeZone()
160 if (!timezone) in GetDefaultTimeZone()
167 *timezone = fData->fDefaultTimeZone; in GetDefaultTimeZone()
/haiku/src/system/libroot/posix/time/
H A Dlocaltime.cpp32 long timezone = 0; variable
/haiku/headers/posix/
H A Dtime.h74 extern long timezone;
/haiku/src/bin/unzip/
H A Dtimezone.c44 long timezone = 0; variable
491 timezone = -statism.ttis[dstfirst].tt_gmtoff; in tzset()
504 timezone = 0; /* default is GMT0 which means no offsets */ in tzset()
516 set_TZ(timezone, daylight); in tzset()
H A Dunzip.txt133 operating systems, the TZ (timezone) environment
187 tion on setting the timezone properly.
559 The timezone variable (TZ) should be set according to the
560 local timezone in order for the -f and -u to operate cor-
564 dows 95/NT unzip should know the correct timezone even if
565 TZ is unset, assuming the timezone is correctly set in the
702 unzipping in one timezone a zipfile created in
709 or later contain no timezone information, and a ``newer''
710 file from an eastern timezone may, in fact, be older):
H A Dfileio.c1673 extern time_t timezone;
1746 m_time += tbp.timezone * 60L; /* seconds WEST of GMT: add */
1752 m_time += timezone; /* seconds WEST of GMT: add */
H A Dunzpriv.h282 # define timezone _timezone macro
417 # define timezone _timezone macro
/haiku/headers/private/fs_shell/
H A Dfssh_os.h201 extern fssh_status_t fssh_set_timezone(char *timezone);
/haiku/src/libs/mapm/
H A Dmapm_rnd.c323 struct timezone time_zone; /* time zone for gettimeofday call */ in M_get_microsec()
/haiku/src/system/libroot/os/
H A Dparsedate.cpp858 tm.tm_sec -= value + timezone; in computeDate()
888 tm.tm_sec -= element->value + timezone; in computeDate()
/haiku/docs/user/netservices/
H A DHttpTime.dox52 standards. For example, if the RFC 1123 timestamp does not have the GMT timezone indicator at

12