plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
a54e78aa6109ece5ffb529ee8393acdf48f8d871
parent
96d8af4e0a1b7b1aca33f9da8ec3e5d0da82a5b1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-02 07:39
ISO date format

Diffstat

M plutopluto/static/plutopluto.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/plutopluto/static/plutopluto.js b/plutopluto/static/plutopluto.js

@@ -4,7 +4,7 @@ var loading = document.querySelector('.loading');
    4     4 
    5     5 var formatDate = function(text) {
    6     6 	var date = new Date(parseInt(text, 10) * 1000);
    7    -1 	var format = 'YYYY/MM/dd hh:mm';
   -1     7 	var format = 'YYYY-MM-dd hh:mm';
    8     8 
    9     9 	var o = {
   10    10 		'Y': date.getFullYear(),