mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Minor changes
This commit is contained in:
parent
18faea57f4
commit
af44e63afa
5 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ String formatTimestamp(DateTime timestamp, String format) {
|
|||
return f.format(timestamp);
|
||||
}
|
||||
|
||||
String formatTimestampUTC(DateTime timestamp, String format) {
|
||||
String convertTimestampLocalTimezone(DateTime timestamp, String format) {
|
||||
return DateFormat(format).format(timestamp.toLocal());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue