mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
d3d11 debug layer exceptions; decimal enum displays; local time display in filesystem lister
This commit is contained in:
@@ -2450,7 +2450,8 @@ DF_VIEW_UI_FUNCTION_DEF(FileSystem)
|
||||
UI_TextColor(df_rgba_from_theme_color(DF_ThemeColor_WeakText))
|
||||
{
|
||||
DateTime time = date_time_from_dense_time(file->props.modified);
|
||||
String8 string = push_date_time_string(scratch.arena, &time);
|
||||
DateTime time_local = os_local_time_from_universal_time(&time);
|
||||
String8 string = push_date_time_string(scratch.arena, &time_local);
|
||||
ui_label(string);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user