mirror of
https://github.com/friendica/friendica
synced 2025-05-01 08:24:23 +02:00
Move title attribute to <time> tag
- Use correct machine-readable value in datetime attribute
This commit is contained in:
parent
53ca59d9b6
commit
23e1130264
11 changed files with 27 additions and 19 deletions
|
@ -87,6 +87,8 @@ class AppSpecificPassword
|
|||
|
||||
array_walk($appSpecificPasswords, function (&$value) {
|
||||
$value['ago'] = Temporal::getRelativeDate($value['last_used']);
|
||||
$value['utc'] = DateTimeFormat::utc($value['last_used'], 'c');
|
||||
$value['local'] = DateTimeFormat::local($value['last_used'], 'r');
|
||||
});
|
||||
|
||||
return $appSpecificPasswords;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue