Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

display current local time in readable format

import time
time.strftime('%X %x %Z')
'16:08:12 05/08/03 AEST'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #display #current #local #time #readable #format
ADD COMMENT
Topic
Name
1+9 =