CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:35:54 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=af973fef2be4bcc0048810a086d014088873130bafe47b112932c4b86832fcdfa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22NcGHt1c6l_6i5bTudOBWhY8ctLOyWCQJ%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb4f614dbfb277-BLR
NSTimeZone.h - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* NSTimeZone.h
- Copyright (c) 1994-2019, Apple Inc. All rights reserved.
- */
- #import <Foundation/NSObject.h>
- #import <Foundation/NSDate.h>
- #import <Foundation/NSNotification.h>
- @class NSString, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSDate, NSData, NSLocale;
- NS_HEADER_AUDIT_BEGIN(nullability, sendability)
- NS_SWIFT_SENDABLE // Immutable with no mutable subclasses
- @interface NSTimeZone : NSObject <NSCopying, NSSecureCoding>
- @property (readonly, copy) NSString *name;
- @property (readonly, copy) NSData *data;
- - (NSInteger)secondsFromGMTForDate:(NSDate *)aDate;
- - (nullable NSString *)abbreviationForDate:(NSDate *)aDate;
- - (BOOL)isDaylightSavingTimeForDate:(NSDate *)aDate;
- - (NSTimeInterval)daylightSavingTimeOffsetForDate:(NSDate *)aDate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
- - (nullable NSDate *)nextDaylightSavingTimeTransitionAfterDate:(NSDate *)aDate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
- @end
- @interface NSTimeZone (NSExtendedTimeZone)
- @property (class, readonly, copy) NSTimeZone *systemTimeZone;
- + (void)resetSystemTimeZone;
- @property (class, copy) NSTimeZone *defaultTimeZone;
- @property (class, readonly, copy) NSTimeZone *localTimeZone;
- @property (class, readonly, copy) NSArray<NSString *> *knownTimeZoneNames;
- @property (class, copy) NSDictionary<NSString *, NSString *> *abbreviationDictionary API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
- + (NSDictionary<NSString *, NSString *> *)abbreviationDictionary;
- @property (class, readonly, copy) NSString *timeZoneDataVersion API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
- @property (readonly) NSInteger secondsFromGMT;
- @property (nullable, readonly, copy) NSString *abbreviation;
- @property (readonly, getter=isDaylightSavingTime) BOOL daylightSavingTime;
- @property (readonly) NSTimeInterval daylightSavingTimeOffset API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // for current instant
- @property (nullable, readonly, copy) NSDate *nextDaylightSavingTimeTransition API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // after current instant
- @property (readonly, copy) NSString *description;
- - (BOOL)isEqualToTimeZone:(NSTimeZone *)aTimeZone;
- typedef NS_ENUM(NSInteger, NSTimeZoneNameStyle) {
- NSTimeZoneNameStyleStandard, // Central Standard Time
- NSTimeZoneNameStyleShortStandard, // CST
- NSTimeZoneNameStyleDaylightSaving, // Central Daylight Time
- NSTimeZoneNameStyleShortDaylightSaving, // CDT
- NSTimeZoneNameStyleGeneric, // Central Time
- NSTimeZoneNameStyleShortGeneric // CT
- };
- - (nullable NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
- @end
- @interface NSTimeZone (NSTimeZoneCreation)
- // Primary creation method is +timeZoneWithName:; the
- // data-taking variants should rarely be used directly
- + (nullable instancetype)timeZoneWithName:(NSString *)tzName;
- + (nullable instancetype)timeZoneWithName:(NSString *)tzName data:(nullable NSData *)aData;
- - (nullable instancetype)initWithName:(NSString *)tzName;
- - (nullable instancetype)initWithName:(NSString *)tzName data:(nullable NSData *)aData;
- // Time zones created with this never have daylight savings and the
- // offset is constant no matter the date; the name and abbreviation
- // do NOT follow the POSIX convention (of minutes-west).
- + (instancetype)timeZoneForSecondsFromGMT:(NSInteger)seconds;
- + (nullable instancetype)timeZoneWithAbbreviation:(NSString *)abbreviation;
- @end
- FOUNDATION_EXPORT NSNotificationName const NSSystemTimeZoneDidChangeNotification API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
- NS_HEADER_AUDIT_END(nullability, sendability)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 2 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 5 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ D
JavaScript | 6 sec ago | 0.24 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 16 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ G
JavaScript | 19 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 28 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ B
JavaScript | 31 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 33 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand