forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Get GMT time

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
mplacona



Joined: 07 Aug 2007
Posts: 28

PostPosted: Tue Sep 11, 2007 7:40 am    Post subject: Get GMT time Reply with quote

Hello, is there any way in the PSP to get the GMT+0 time? The fac is, I'm using sceRtcGetCurrentClockLocalTime to get the local time, but this is the time from my PSP, I'd ike toget the Greenwitch Mean Time and not the local time.

Is that possible? I might be missing something on the PSP functions, but I'm sure it must be there.

Thanks
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Tue Sep 11, 2007 9:29 am    Post subject: Reply with quote

Probably sceRtcGetCurrentClock would do the trick. Look at the psprtc.h documentation. Or just use normal time functions like time(), gmtime(), etc.
Back to top
View user's profile Send private message
Art



Joined: 09 Nov 2005
Posts: 647

PostPosted: Tue Sep 11, 2007 9:50 am    Post subject: Reply with quote

^^^ as above , only I'm certain because I use it in a program :)
Code:
         sceRtcGetCurrentClock(&rtime,0);
Back to top
View user's profile Send private message
mplacona



Joined: 07 Aug 2007
Posts: 28

PostPosted: Tue Sep 11, 2007 6:31 pm    Post subject: Reply with quote

Thank jimparis and Art, it worked like a charm!

Cheers
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group