mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	dates are now stored in UTC and displayed in local time
This commit is contained in:
		@@ -17,7 +17,7 @@ $(document).bind('keydown', 'alt+h', function() {
 | 
			
		||||
            globalHistoryItems = result;
 | 
			
		||||
 | 
			
		||||
            for (const row of result) {
 | 
			
		||||
                const dateModified = new Date(row.date_modified * 1000);
 | 
			
		||||
                const dateModified = getDateFromTS(row.date_modified);
 | 
			
		||||
 | 
			
		||||
                $("#noteHistoryList").append($('<option>', {
 | 
			
		||||
                    value: row.id,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user