mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									307d2b7a41
								
							
						
					
					
						commit
						da77aab7c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@ script.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@absolute =
 | 
						@absolute =
 | 
				
			||||||
		@time.get-full-year! + \年 +
 | 
							@time.get-full-year! + \年 +
 | 
				
			||||||
		@time.get-month!     + \月 +
 | 
							@time.get-month! + 1 + \月 +
 | 
				
			||||||
		@time.get-date!      + \日 +
 | 
							@time.get-date!      + \日 +
 | 
				
			||||||
		' ' +
 | 
							' ' +
 | 
				
			||||||
		@time.get-hours!     + \時 +
 | 
							@time.get-hours!     + \時 +
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue