mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:32:45 +00:00 
			
		
		
		
	Kernel: Use UnixDateTime wherever applicable
"Wherever applicable" = most places, actually :^), especially for networking and filesystem timestamps. This includes changes to unzip, which uses DOSPackedTime, since that is changed for the FAT file systems.
This commit is contained in:
		
							parent
							
								
									c1323febc2
								
							
						
					
					
						commit
						939600d2d4
					
				
					 41 changed files with 115 additions and 125 deletions
				
			
		|  | @ -54,7 +54,7 @@ private: | |||
| 
 | ||||
|     // ^Inode (Silent ignore handling)
 | ||||
|     virtual ErrorOr<void> flush_metadata() override { return {}; } | ||||
|     virtual ErrorOr<void> update_timestamps(Optional<Duration>, Optional<Duration>, Optional<Duration>) override { return {}; } | ||||
|     virtual ErrorOr<void> update_timestamps(Optional<UnixDateTime>, Optional<UnixDateTime>, Optional<UnixDateTime>) override { return {}; } | ||||
| 
 | ||||
|     // ^Inode
 | ||||
|     virtual ErrorOr<void> attach(OpenFileDescription& description) override; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 kleines Filmröllchen
						kleines Filmröllchen