Again, I don't think walking across Santiago takes time. (Try it. Moor in port, note the time, then walk to the store and see what time it is there.)
Looking at "PROGRAM\Calendar.c", there are the following functions:
Looking at "PROGRAM\Calendar.c", there are the following functions:
- GetTime() - returns the time as a floating point number
- GetHour(), GetMinute(), GetSecond() - return the respective components of the time as floating point numbers
- GetDayTime() - returns the general time of day as a string: DAY_TIME_NIGHT, DAY_TIME_MORNING, DAY_TIME_DAY or DAY_TIME_EVENING (no quotes round those, they're variable names, not literal strings)