mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 17:31:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example1;
 | |
| 
 | |
| { Program to demonstrate the GetEpochTime function. }
 | |
| 
 | |
| Uses oldlinux;
 | |
| 
 | |
| begin
 | |
|   Write ('Secs past the start of the Epoch (00:00 1/1/1980) : ');
 | |
|   Writeln (GetEpochTime);
 | |
| end.
 | 
