12
									
								
								mod/date
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								mod/date
									
									
									
									
									
								
							| @@ -1,12 +1,12 @@ | ||||
| # vim: ft=ruby | ||||
|  | ||||
| class ModDate < Worker | ||||
| 	def mainloop() | ||||
| 		while true do | ||||
| 			self.write Time.now.strftime(@my_config['format']) | ||||
| 			sleep(1) | ||||
| 		end | ||||
| 	end | ||||
|   def mainloop() | ||||
|       while true do | ||||
|         self.write Time.now.getlocal(@my_config['offset']).strftime(@my_config['format']) | ||||
|         sleep(1) | ||||
|       end | ||||
|   end | ||||
| end | ||||
|  | ||||
| Modules.add("date", "ModDate") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user