Searched full:time (Results 1 – 25 of 8124) sorted by relevance
12345678910>>...325
28 ls{"Coordinated Universal Time"}34 ld{"Irish Standard Time"}40 ld{"British Summer Time"}54 ld{"Acre Summer Time"}55 lg{"Acre Time"}56 ls{"Acre Standard Time"}59 ls{"Afghanistan Time"}62 ls{"Central Africa Time"}65 ls{"East Africa Time"}68 ls{"South Africa Standard Time"}[all …]
952 ls{"Coordinated Universal Time"}998 ld{"Irish Standard Time"}1035 ld{"British Summer Time"}1287 ls{"Afghanistan Time"}1290 ls{"Central Africa Time"}1293 ls{"East Africa Time"}1296 ls{"South Africa Standard Time"}1299 ld{"West Africa Summer Time"}1300 lg{"West Africa Time"}1301 ls{"West Africa Standard Time"}[all …]
40 ld{"Alaska Daylight Saving Time"}41 lg{"Alaska Time"}42 ls{"Alaska Standard Time"}45 ld{"Central Daylight Saving Time"}46 lg{"Central Time"}47 ls{"Central Standard Time"}50 ld{"Eastern Daylight Saving Time"}51 lg{"Eastern Time"}52 ls{"Eastern Standard Time"}55 ld{"Mountain Daylight Saving Time"}[all …]
337 ld{"Irish Standard Time"}340 ld{"British Summer Time"}343 ls{"Afghanistan Time"}352 ls{"South Africa Standard Time"}390 ld{"Apia Daylight Time"}391 lg{"Apia Time"}392 ls{"Apia Standard Time"}395 ld{"Arabian Daylight Time"}396 lg{"Arabian Time"}397 ls{"Arabian Standard Time"}[all …]
11 ls{"Eastern Africa Time"}14 ld{"Arabia Daylight Time"}15 lg{"Arabia Time"}16 ls{"Arabia Standard Time"}19 ld{"Australian Central Daylight Time"}20 lg{"Australian Central Time"}21 ls{"Australian Central Standard Time"}32 ld{"Australian Eastern Daylight Time"}33 lg{"Australian Eastern Time"}34 ls{"Australian Eastern Standard Time"}[all …]
28 ls{"Coordinated Universal Time"}34 ld{"Irish Standard Time"}41 ld{"British Summer Time"}55 ld{"Acre Summer Time"}56 lg{"Acre Time"}57 ls{"Acre Standard Time"}60 ls{"Afghanistan Time"}63 ls{"Central Africa Time"}66 ls{"East Africa Time"}69 ls{"South Africa Standard Time"}[all …]
337 ld{"Irish Standard Time"}340 ld{"British Summer Time"}343 ls{"Afghanistan Time"}346 ls{"Central Africa Time"}349 ls{"East Africa Time"}352 ls{"South Africa Standard Time"}355 ld{"West Africa Summer Time"}356 lg{"West Africa Time"}357 ls{"West Africa Standard Time"}360 ld{"Alaska Daylight Time"}[all …]
1 write_data len 36, time nopts, type header atom ftyp2 write_data len 2429, time nopts, type header atom -3 write_data len 788, time 1000000, type sync atom moof4 write_data len 110, time nopts, type trailer atom -6 write_data len 36, time nopts, type header atom ftyp7 write_data len 2761, time nopts, type header atom -8 write_data len 908, time 966667, type sync atom moof9 write_data len 110, time nopts, type trailer atom -11 write_data len 36, time nopts, type header atom ftyp12 write_data len 2669, time nopts, type header atom -[all …]
pax_global_header abseil-cpp-20220623.1/ abseil-cpp-20220623.1/.clang-format abseil- ...
6 "AUS Central Standard Time"{10 "AUS Eastern Standard Time"{14 "Afghanistan Standard Time"{18 "Alaskan Standard Time"{25 "Aleutian Standard Time"{29 "Altai Standard Time"{33 "Arab Standard Time"{41 "Arabian Standard Time"{47 "Arabic Standard Time"{51 "Argentina Standard Time"{[all …]
18 # to avoid wasting time waiting for the data phase to start28 Long chunk of data that couldn't possibly be sent in the time allotted.29 Long chunk of data that couldn't possibly be sent in the time allotted.30 Long chunk of data that couldn't possibly be sent in the time allotted.31 Long chunk of data that couldn't possibly be sent in the time allotted.32 Long chunk of data that couldn't possibly be sent in the time allotted.33 Long chunk of data that couldn't possibly be sent in the time allotted.34 Long chunk of data that couldn't possibly be sent in the time allotted.35 Long chunk of data that couldn't possibly be sent in the time allotted.36 Long chunk of data that couldn't possibly be sent in the time allotted.[all …]
51 * that represents a time zone for use with a Gregorian calendar. This54 * When specifying daylight-savings-time begin and end dates, use a negative value for57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>70 * midnight, to specify a rule transition time. Most rules71 * transition at a local wall time, that is, according to the72 * current time in effect, either standard, or DST. However, some73 * rules transition at local standard time, and some at a specific74 * UTC time. Although it might seem that all times could be75 * converted to wall time, thus eliminating the need for this110 * @return true if the given time zone is equal to this time zone; false[all …]
14 * \brief C++ API: Time zone rule classes30 * <code>TimeZoneRule</code> is a class representing a rule for time zone.31 * <code>TimeZoneRule</code> has a set of time zone attributes, such as zone name,32 * raw offset (UTC offset for standard time) and daylight saving time offset.71 * Fills in "name" with the name of this time zone.72 * @param name Receives the name of this time zone.79 * Gets the standard time offset.80 * @return The standard time offset from UTC in milliseconds.86 * Gets the amount of daylight saving delta time from the standard time.104 * Gets the very first time when this rule takes effect.[all …]
54 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight59 * which creates a <code>TimeZone</code> based on the time zone where the program61 * creates a <code>TimeZone</code> object based on Japanese Standard Time.65 * with a time zone ID. For instance, the time zone ID for the US Pacific66 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object74 * all the supported time zone IDs, or the <code>getCanonicalID</code> method to check75 * if a time zone ID is supported or not. You can then choose a77 * If the time zone you want is not represented by one of the78 * supported IDs, then you can create a custom time zone ID with88 * time zone ID. The <code>TimeZone</code> that is returned[all …]
51 * that represents a time zone for use with a Gregorian calendar. This54 * When specifying daylight-savings-time begin and end dates, use a negative value for57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>70 * midnight, to specify a rule transition time. Most rules71 * transition at a local wall time, that is, according to the72 * current time in effect, either standard, or DST. However, some73 * rules transition at local standard time, and some at a specific74 * UTC time. Although it might seem that all times could be75 * converted to wall time, thus eliminating the need for this110 * @return True if the given time zone is equal to this time zone; false[all …]
10 import time58 self.t = time.time()61 time.altzone62 time.daylight63 time.timezone64 time.tzname67 time.time()68 info = time.get_clock_info('time')80 check_ns(time.time(),81 time.time_ns())[all …]
5 parent: Date/Time25 A time zone is a system that is used for relating local times in different27 Time is three hours earlier than Eastern Time; when it's 6 P.M. in San29 time zones to one another, all time zones are related to a common reference32 For historical reasons, the reference point is Greenwich, England. Local time in33 Greenwich is referred to as Greenwich Mean Time, or GMT. (This is similar, but34 not precisely identical, to Universal Coordinated Time, or UTC. We use the two36 seconds or historical behavior.) Using this system, Pacific Time is expressed as38 Time is obtained from GMT by adding -8:00, that is, by subtracting 8 hours.40 The offset differs in the summer because of daylight savings time, or DST. At[all …]
30 #include <google/protobuf/stubs/time.h>44 DateTime time; in CreateTimestamp() local45 time.year = year; in CreateTimestamp()46 time.month = month; in CreateTimestamp()47 time.day = day; in CreateTimestamp()48 time.hour = time.minute = time.second = 0; in CreateTimestamp()50 GOOGLE_CHECK(DateTimeToSeconds(time, &result)); in CreateTimestamp()52 GOOGLE_CHECK(SecondsToDateTime(result, &time)); in CreateTimestamp()53 GOOGLE_CHECK(time.year == year); in CreateTimestamp()54 GOOGLE_CHECK(time.month == month); in CreateTimestamp()[all …]