sudar / email-log

Email Log is a WordPress Plugin that allows you to log all emails that are sent through WordPress.
23 stars 8 forks source link

Use the timeformat that is selected in WordPress settings page #288

Closed sudar closed 4 years ago

sudar commented 4 years ago

Requested at https://wordpress.org/support/topic/please-bring-back-custom-time-format/

knutsp commented 4 years ago

The WordPress option time_format usually does not contain seconds. It's intended for showing post / updated times on front. If this plugin, that deals with more accurate and internal logging, wants to have seconds it can better be achieved with a translatable string, with 'g:i:s' as the base. This is how other plugins usually do it for time displays in wp-admin.

sudar commented 4 years ago

@knutsp

Thanks for providing additional insight into the time format. We will implement it based on your suggestion.

sudar commented 4 years ago

Thanks @knutsp

We have implemented it based on your suggestion and it will be released as part of v2.4.3