Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
StackRduino
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
shared-bindings
time
__init__.c
on
patch-2
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2020
merge from upstream + wip
dhalbert
committed
ef0830b
View commit details
Copy full SHA for ef0830b
View code at this point
Browse repository at this point
changed alarm.time API
dhalbert
committed
9dbea36
View commit details
Copy full SHA for 9dbea36
View code at this point
Browse repository at this point
Commits on Sep 12, 2020
doc fix: remove the text about the non-existing clock specification
CarlFK
committed
2f05802
View commit details
Copy full SHA for 2f05802
View code at this point
Browse repository at this point
Commits on Aug 7, 2020
Merge pull request #3252 from ciscorn/pyi
Show description for 354edd9
jepler
authored
354edd9
View commit details
Copy full SHA for 354edd9
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Modify some Python stubs
ciscorn
committed
56c898d
View commit details
Copy full SHA for 56c898d
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Combine similar strings to reduce size of translations
Show description for dddd25a
jepler
committed
dddd25a
View commit details
Copy full SHA for dddd25a
View code at this point
Browse repository at this point
Commits on Jul 17, 2020
Merge branch 'main' into type_hints
evaherrada
authored
612c6bb
View commit details
Copy full SHA for 612c6bb
View code at this point
Browse repository at this point
Commits on Jul 13, 2020
Merge pull request #2780 from AndrewR-L/patch-1
Show description for 08375c7
tannewt
authored
08375c7
View commit details
Copy full SHA for 08375c7
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Add license to some obvious files.
Flameeyes
committed
34b4993
View commit details
Copy full SHA for 34b4993
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
Added type hints to time
evaherrada
committed
4c5a9d1
View commit details
Copy full SHA for 4c5a9d1
View code at this point
Browse repository at this point
Made every init return None
evaherrada
committed
d0d949c
View commit details
Copy full SHA for d0d949c
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
Merge branch 'main' into patch-1
tannewt
authored
c33542f
View commit details
Copy full SHA for c33542f
View code at this point
Browse repository at this point
Commits on May 13, 2020
Merge remote-tracking branch 'adafruit/master' into improve_verification
tannewt
committed
cde6651
View commit details
Copy full SHA for cde6651
View code at this point
Browse repository at this point
Swap sphinx to autoapi and the inline stubs
tannewt
committed
4e8de3c
View commit details
Copy full SHA for 4e8de3c
View code at this point
Browse repository at this point
Commits on May 12, 2020
Did time, touchio, uheap
evaherrada
committed
e458954
View commit details
Copy full SHA for e458954
View code at this point
Browse repository at this point
Commits on May 8, 2020
Throw a NotImplementedError for time functions on boards without long ints
Show description for e7fc806
DavePutz
authored
e7fc806
View commit details
Copy full SHA for e7fc806
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
Fix documentation typo: tm_minute should be tm_min
dkhawk
authored
8ae103e
View commit details
Copy full SHA for 8ae103e
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
time.sleep() rounds to nearest msec
dhalbert
committed
cbd519b
View commit details
Copy full SHA for cbd519b
View code at this point
Browse repository at this point
improve time.monotonic_ns() accuracy from ms to us
dhalbert
committed
857d8ab
View commit details
Copy full SHA for 857d8ab
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
time: struct_time: allow construction like a namedtuple, too
Show description for e188ae8
jepler
committed
e188ae8
View commit details
Copy full SHA for e188ae8
View code at this point
Browse repository at this point
time: struct_time: allow construction from another struct_time
Show description for 8f24ea4
jepler
committed
8f24ea4
View commit details
Copy full SHA for 8f24ea4
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
shared-bindings/time: style
jepler
committed
f384d2d
View commit details
Copy full SHA for f384d2d
View code at this point
Browse repository at this point
localtime: don't hard-fault on argument type errors; handle localtime(float)
Show description for 9d16496
jepler
committed
9d16496
View commit details
Copy full SHA for 9d16496
View code at this point
Browse repository at this point
Commits on Jul 30, 2019
BLE: peripheral client pairing (not yet bonding); fix time doc formatting
dhalbert
committed
83129b8
View commit details
Copy full SHA for 83129b8
View code at this point
Browse repository at this point
Commits on May 31, 2019
Improve rST consistency for rst2pyi use
tannewt
committed
cfe24b8
View commit details
Copy full SHA for cfe24b8
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
fix kw_arg checking for time.struct_time()
jerryneedell
committed
44bd9d1
View commit details
Copy full SHA for 44bd9d1
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
Add subclass support to displayio.
Show description for 747f2cf
tannewt
committed
747f2cf
View commit details
Copy full SHA for 747f2cf
View code at this point
Browse repository at this point
Commits on Nov 18, 2018
Remove reference to clock_id on the function descriptiions
C47D
committed
060b84a
View commit details
Copy full SHA for 060b84a
View code at this point
Browse repository at this point
Fix time.monotonic_ns docstring
C47D
committed
55a9e2d
View commit details
Copy full SHA for 55a9e2d
View code at this point
Browse repository at this point
Commits on Oct 21, 2018
shared-bindings/time: introduce time.monotonic_ns
Show description for ec1aec1
jepler
committed
ec1aec1
View commit details
Copy full SHA for ec1aec1
View code at this point
Browse repository at this point
Commits on Aug 25, 2018
Fix os.stat() to use 1970 epoch
Show description for 39ee12d
notro
committed
39ee12d
View commit details
Copy full SHA for 39ee12d
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
Support internationalisation.
tannewt
committed
933add6
View commit details
Copy full SHA for 933add6
View code at this point
Browse repository at this point
Commits on Jul 14, 2018
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
dhalbert
committed
e2e01ef
View commit details
Copy full SHA for e2e01ef
View code at this point
Browse repository at this point
Commits on May 18, 2018
time: Use 1970 epoch
Show description for 95e70cd
notro
committed
95e70cd
View commit details
Copy full SHA for 95e70cd
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
Add rtc module
Show description for 8d1719f
notro
committed
8d1719f
View commit details
Copy full SHA for 8d1719f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.