Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Merge requests
!150
fix(utime.c): set_time should operate in local tz
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix(utime.c): set_time should operate in local tz
fpletz/firmware:fix/set-time-local-tz
into
master
Overview
1
Commits
1
Pipelines
4
Changes
2
Merged
fpletz
requested to merge
fpletz/firmware:fix/set-time-local-tz
into
master
5 years ago
Overview
1
Commits
1
Pipelines
4
Changes
2
Expand
Needed due to changes from
8c59935e
.
cc
!146 (closed)
cc
@rahix
@schneider
Edited
5 years ago
by
fpletz
0
0
Merge request reports
Compare
version 2
version 3
181284ad
5 years ago
version 2
439a7856
5 years ago
version 1
54177a70
5 years ago
master (base)
and
version 3
latest version
4c74f061
1 commit,
5 years ago
version 3
181284ad
1 commit,
5 years ago
version 2
439a7856
1 commit,
5 years ago
version 1
54177a70
1 commit,
5 years ago
Show latest version
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Documentation/pycardium/utime.rst
+
1
−
1
Options
@@ -36,7 +36,7 @@ alarm.
.. py:function:: set_unix_time(secs)
Sets the time to ``secs`` seconds since 1970-01-01 00:00 UTC.
This corresponds a regular Unix timestamp which can be obtained
This corresponds
to
a regular Unix timestamp which can be obtained
by running ``date +%s`` in a command line or ``int(time.time())``
in Python.
Loading