Home
last modified time | relevance | path

Searched refs:timeZone (Results 1 – 25 of 69) sorted by relevance

123

/expo/packages/expo-localization/src/
H A DExpoLocalization.ts18 timeZone: string;
108 return Intl.DateTimeFormat().resolvedOptions().timeZone || defaultTimeZone;
166 timeZone: locale?.timeZone || locale?.timeZones?.[0] || null,
H A DLocalization.types.ts206 timeZone: string | null;
/expo/packages/expo-localization/build/
H A DExpoLocalization.js88 return Intl.DateTimeFormat().resolvedOptions().timeZone || defaultTimeZone;
141 timeZone: locale?.timeZone || locale?.timeZones?.[0] || null,
H A DLocalization.types.d.ts200 timeZone: string | null;
/expo/packages/expo-calendar/build/
H A DCalendar.d.ts87 timeZone?: string;
177 timeZone: string;
307 timeZone?: string;
/expo/packages/expo-calendar/ios/EXCalendar/
H A DEXCalendar.m294 NSString *timeZone = details[@"timeZone"];
358 if (details[@"timeZone"] == [NSNull null]) {
359 calendarEvent.timeZone = nil;
360 } else if (timeZone) {
361 NSTimeZone *eventTimeZone = [NSTimeZone timeZoneWithName:timeZone];
363 calendarEvent.timeZone = eventTimeZone;
580 NSString *timeZone = details[@"timeZone"];
628 if (details[@"timeZone"] == [NSNull null]) {
629 reminder.timeZone = nil;
630 } else if (timeZone) {
[all …]
H A DEXCalendarConverter.m186 serializedItem[@"timeZone"] = EXNullIfNil(item.timeZone.name);
260 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
261 [dateFormatter setTimeZone:timeZone];
303 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
304 [dateFormatter setTimeZone:timeZone];
/expo/ios/versioned/sdk47/EXCalendar/EXCalendar/
H A DABI47_0_0EXCalendar.m294 NSString *timeZone = details[@"timeZone"];
358 if (details[@"timeZone"] == [NSNull null]) {
359 calendarEvent.timeZone = nil;
360 } else if (timeZone) {
361 NSTimeZone *eventTimeZone = [NSTimeZone timeZoneWithName:timeZone];
363 calendarEvent.timeZone = eventTimeZone;
580 NSString *timeZone = details[@"timeZone"];
628 if (details[@"timeZone"] == [NSNull null]) {
629 reminder.timeZone = nil;
630 } else if (timeZone) {
[all …]
H A DABI47_0_0EXCalendarConverter.m186 serializedItem[@"timeZone"] = ABI47_0_0EXNullIfNil(item.timeZone.name);
260 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
261 [dateFormatter setTimeZone:timeZone];
303 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
304 [dateFormatter setTimeZone:timeZone];
/expo/ios/versioned/sdk49/EXCalendar/EXCalendar/
H A DABI49_0_0EXCalendar.m294 NSString *timeZone = details[@"timeZone"];
358 if (details[@"timeZone"] == [NSNull null]) {
359 calendarEvent.timeZone = nil;
360 } else if (timeZone) {
361 NSTimeZone *eventTimeZone = [NSTimeZone timeZoneWithName:timeZone];
363 calendarEvent.timeZone = eventTimeZone;
580 NSString *timeZone = details[@"timeZone"];
628 if (details[@"timeZone"] == [NSNull null]) {
629 reminder.timeZone = nil;
630 } else if (timeZone) {
[all …]
H A DABI49_0_0EXCalendarConverter.m186 serializedItem[@"timeZone"] = ABI49_0_0EXNullIfNil(item.timeZone.name);
260 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
261 [dateFormatter setTimeZone:timeZone];
303 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
304 [dateFormatter setTimeZone:timeZone];
/expo/ios/versioned/sdk48/EXCalendar/EXCalendar/
H A DABI48_0_0EXCalendar.m294 NSString *timeZone = details[@"timeZone"];
358 if (details[@"timeZone"] == [NSNull null]) {
359 calendarEvent.timeZone = nil;
360 } else if (timeZone) {
361 NSTimeZone *eventTimeZone = [NSTimeZone timeZoneWithName:timeZone];
363 calendarEvent.timeZone = eventTimeZone;
580 NSString *timeZone = details[@"timeZone"];
628 if (details[@"timeZone"] == [NSNull null]) {
629 reminder.timeZone = nil;
630 } else if (timeZone) {
[all …]
H A DABI48_0_0EXCalendarConverter.m186 serializedItem[@"timeZone"] = ABI48_0_0EXNullIfNil(item.timeZone.name);
260 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
261 [dateFormatter setTimeZone:timeZone];
303 NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
304 [dateFormatter setTimeZone:timeZone];
/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DPKCS7_AppleReceipt.swift192 dateDateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
206 dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/expo/apps/test-suite/tests/
H A DCalendar.js44 timeZone: 'Europe/Warsaw', property
98 calendar.timeZone && t.expect(typeof calendar.timeZone).toBe('string');
129 event.timeZone && t.expect(typeof event.timeZone).toBe('string');
335 await createTestEventAsync(calendarId, { timeZone: '' }); property
H A DLocalization.js70 const { calendar, uses24hourClock, firstWeekday, timeZone } = calendars[0];
72 t.expect(timeZone).toBeDefined();
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesUtils.kt269 timeZone = TimeZone.getTimeZone("GMT") in <lambda>()
277 formatter.timeZone = TimeZone.getTimeZone("GMT") in <lambda>()
283 formatter.timeZone = TimeZone.getTimeZone("GMT") in <lambda>()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/
H A DUpdatesStateContext.kt114 timeZone = java.util.TimeZone.getTimeZone("GMT") in <lambda>()
/expo/packages/expo-calendar/src/
H A DCalendar.ts100 timeZone?: string;
194 timeZone: string;
326 timeZone?: string;
/expo/apps/native-component-list/src/screens/
H A DEventsScreen.tsx84 timeZone: string;
95 timeZone: 'America/Los_Angeles',
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/
H A DEXNotificationSerializer.m158 serializedComponents[@"timeZone"] = dateComponents.timeZone.description ?: [NSNull null];
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/
H A DABI47_0_0EXNotificationSerializer.m158 serializedComponents[@"timeZone"] = dateComponents.timeZone.description ?: [NSNull null];
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/
H A DABI48_0_0EXNotificationSerializer.m158 serializedComponents[@"timeZone"] = dateComponents.timeZone.description ?: [NSNull null];
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/
H A DABI49_0_0EXNotificationSerializer.m158 serializedComponents[@"timeZone"] = dateComponents.timeZone.description ?: [NSNull null];
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts52 timeZone?: string;

123