Python get current date and detailed time

From , 5 Years ago, written in Python, viewed 236 times.
URL https://pastebin.vip/view/bb57db42
  1. from datetime import datetime  
  2. now = datetime.now()  
  3. year = now.year  
  4. month = now.month  
  5. day = now.day  
  6. hour = now.hour  
  7. minute = now.minute  
  8. second-= now.second  

Reply to "Python get current date and detailed time"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website