batavia icon indicating copy to clipboard operation
batavia copied to clipboard

implementing time module

Open hstoebel opened this issue 9 years ago • 1 comments

many of the functions for time will, I believe, be covered with Ouroboros, but some need to be implemented here. I'd like to work on them.

These four were suggested to me by @swenson, but are there others?

  • [x] struct_time
  • [x] mktime
  • [ ] localtime
  • [x] gmtime

hstoebel avatar Oct 19 '16 12:10 hstoebel

I'm leaving this here because a batavia user might be including a library that uses time.sleep(), and well, it can be implemented!

https://hackernoon.com/lets-make-a-javascript-wait-function-fa3a2eb88f11

candeira avatar Nov 21 '17 04:11 candeira