From c9fe2d434d78ae677d66a0964ccea5fc11441954 Mon Sep 17 00:00:00 2001 From: AveMaleficum Date: Sat, 1 Nov 2014 11:44:04 -0500 Subject: [PATCH] Update NSDate+ServerDate.h I just change it to time.apple.com instead of Google. --- NSDate-ServerDate/NSDate+ServerDate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NSDate-ServerDate/NSDate+ServerDate.h b/NSDate-ServerDate/NSDate+ServerDate.h index 499bbd3e..c7f52928 100644 --- a/NSDate-ServerDate/NSDate+ServerDate.h +++ b/NSDate-ServerDate/NSDate+ServerDate.h @@ -7,7 +7,7 @@ #import -#define _SD_SERVER @"http://google.com/" +#define _SD_SERVER @"http://time.apple.com/" #define _SD_FORMAT @"EEE, dd MMM yyyy HH:mm:ss z" /** @@ -28,4 +28,4 @@ */ +(NSDate *) serverDate; -@end \ No newline at end of file +@end