Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time event
#4
I rode those multiple time.. here a short script to explain my issue:

import time
time.ctime()
time.strftime('%l:%M%p %Z on %b %d, %Y')

while time.strftime('%l')>7 and time.strftime('%l')<21:
#event happen here..
Reply


Messages In This Thread
Time event - by xxl1087 - Feb-06-2018, 07:33 PM
RE: Time event - by Larz60+ - Feb-06-2018, 07:38 PM
RE: Time event - by buran - Feb-07-2018, 09:31 AM
RE: Time event - by xxl1087 - Feb-08-2018, 01:44 AM
RE: Time event - by zykbee - Feb-08-2018, 02:11 AM
RE: Time event - by xxl1087 - Feb-11-2018, 08:15 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020