SDL/src/time
Frank Praznik 1f43c88220 time: Use a function instead of properties to retrieve the system date and time locale info
This allows applications to re-query the values if the system locale is changed during runtime, and better matches the other locale functions. A note is included in the documentation mentioning that this can be slow, as it has to call into OS functions.

Also allows for the removal of the init/quit time functions, as they are no longer needed.
2024-05-08 15:35:04 -04:00
..
n3ds time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
ps2 SDL_time.h: Renaming enums SDL_DATE_FORMAT and SDL_TIME_FORMAT to SDL_DateFormat and SDL_TimeFormat 2024-04-07 23:03:01 -04:00
psp time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
unix time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
vita time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
windows time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
SDL_time.c time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
SDL_time_c.h time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00