• Forum shows wrong time/time zone
    The times displayed in the thread list is totally wrong. The thread: http://www.keil.com/forum/17623/ has a post from me with time stamp: 27-Sep-2010 09:29 GMT but in the thread list,...
  • Forum shows wrong time/time zone
    The times displayed in the thread list is totally wrong. The thread: http://www.keil.com/forum/17623/ has a post from me with time stamp: 27-Sep-2010 09:29 GMT but in the thread list,...
  • Time zone management
    Hi all, I would like to use the time library to manage multiple times with different timezones in my embedded system. I would like reproduce the IAR method: ( www.iar.com/.../) But with...
  • Time zone management
    Hi all, I would like to use the time library to manage multiple times with different timezones in my embedded system. I would like reproduce the IAR method: ( www.iar.com/.../) But with...
  • Initializing a const code structure with __DATE__
    Hi everyone, I have the following working code: typedef struct { int spam; int eggs; char padding[200]; } MyStruct; const char code foo[] = "This is a string."; const MyStruct code bar =...