-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Users to Choose Date/Time Format #1498
Comments
For your 1st point: I think it's more correct if last updated {1} at {2} -> last updated at {2} on {1}. Fortunately, time format in most AG products is localized. For your 2nd point: |
Not just in English. It's a format that's hardly used except by Americans. Of all the commonly-used formats, m/d/y is basically the worst possible choice. It's ambiguous and easily confused with the far more common d/m/y. I'd suggest either using YYYY-MM-DD or writing the month as a word to remove the ambiguity (e.g. "1 Jun" or "Jun 1"). |
So I notice in 0.103.3 that basically the format got switched the other way. Really would be nice for those of us that don't live in Europe to have a choice to have it in the other format: mm/dd/yyyy. I wouldn't complain about yyyy-mm-dd though, at least the day is in the right order (for my eyes). If it is localized, then it's not working on my end. Router is using correct local format. |
*that live in the US |
Should be a little better in v0.104, I am not sure why we the code of |
Is this option going to be added to next update? I've spent hours trying to fix this, thinking if was my OS or browser. |
any update about this feature request :) |
I'd like ISO 8601 dates. In my query log, why does the time go big-to-small but the date goes small-to-big? Kinda silly, don't you think. :-) |
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
AdGuard Home shows dates as
3/21/2020
but I live in the UK so this format doesn't make sense to me, and I have to look twice at a lot of dates - there is no 21st month! Most people in the UK would expect21/03/2020
- note the leading zero on single-digit values. However, I personally prefer a format like2020-03-21
. There may also be people who prefer something like21 Mar, 2020
.Similarly for time, I would like to see seconds on all times in the AdGuard Home UI but I can see why others don't care about seconds. However, right now in the Query Log, AGH show seconds for items on the current day but not for items on previous days. Being able to choose this would be nice.
Proposed Solution
Add an option in General Settings where users can choose the date format they prefer. Possibly also have a "Custom" option where users can specify the exact format they want, e.g.
yyyy-mm-dd hh:mm:ss
or similar.The text was updated successfully, but these errors were encountered: