It looks to me like zero represents Saturday, and 2 is Monday.int sceRtcGetDayOfWeek ( int year,
int month,
int day
)
Get day of the week for a date.
Parameters:
year - year in which to check (accounts for leap year)
month - month that day is in
day - day to get day of week for
Returns:
day of week with 0 representing Monday
Art.