Date format in FarmOS log listings

Hi

Hosted FarmOS:
Is there a way to adjust date format in the log listings (and in the dashboard)?
They don’t show in my standard date format D/M/Y.

1 Like

There isn’t a setting for it currently, but this has been requested: Make date format configuration easier [#2782195] | Drupal.org

1 Like

For reference, here is the admin date and time format settings:

And the log.timestamp field views relevant format configuration in views:
Screenshot from 2022-08-11 09-21-10

1 Like

At first glance I’m surprised that the “Default short date” includes the time. But I guess that is OK.

Also notable is that you can add custom formats as well. And, the default formats above can be deleted so we can’t assume they are always there (although maybe config dependencies solves this). They have IDs long, medium and short. Considering this, I might recommend we add log_long, log_medium and log_short timestamp formats. Other modules could then depend on these date formats.

1 Like