https://github.com/rasa/savetime
Save and restore the system time across reboots
https://github.com/rasa/savetime
Last synced: 8 months ago
JSON representation
Save and restore the system time across reboots
- Host: GitHub
- URL: https://github.com/rasa/savetime
- Owner: rasa
- License: mit
- Created: 2015-02-18T20:48:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T21:00:24.000Z (about 10 years ago)
- Last Synced: 2025-10-28T06:34:35.527Z (8 months ago)
- Language: C++
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# savetime [![Flattr this][flatter_png]][flatter]
Save and restore the system time across reboots.
## Usage
## Verify a Release
To verify a release, download the .zip, .sha256, and .asc files for the release
(replacing savetime-1.5-win32.zip with the release you are verifying):
````
$ wget https://github.com/rasa/savetime/releases/download/v1.5/savetime-1.5-win32.zip{,.sha256,.asc}
````
Next, check that sha256sum reports "OK":
````
$ sha256sum -c savetime-1.5-win32.zip.sha256
savetime-1.5-win32.zip: OK
````
Lastly, check that GPG reports "Good signature":
````
$ gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 0x105a5225b6ab4b22
$ gpg --verify savetime-1.5-win32.zip.asc savetime-1.5-win32.zip
gpg: using RSA key 0xFF914F74B4BB6EF3
gpg: Good signature from "Ross Smith II " [ultimate]
...
````
## Contributing
To contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Bugs
To view existing bugs, or report a new bug, please see [issues](../../issues).
## Changelog
To view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).
## License
This project is [MIT licensed](LICENSE).
## Contact
This project was created and is maintained by [Ross Smith II][]
Feedback, suggestions, and enhancements are welcome.
[Ross Smith II]: mailto:ross@smithii.com "ross@smithii.com"
[flatter]: https://flattr.com/submit/auto?user_id=rasa&url=https%3A%2F%2Fgithub.com%2Frasa%2Fsavetime
[flatter_png]: http://button.flattr.com/flattr-badge-large.png "Flattr this"