We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc40f5 commit 2ea86ceCopy full SHA for 2ea86ce
1 file changed
_posts/2019-10-22-gtod.md
@@ -0,0 +1,9 @@
1
+---
2
+title: "Default Clock: Get-Time-of-Day"
3
+author: Elsa Gonsiorowski
4
+category: feature
5
6
+
7
+With [PR #170](https://github.com/ross-org/ROSS/pull/170) there is a new default clock based on the system `gettimeofday` function.
8
+This means that ROSS can function on any architecture, even if a processor-specific system clock is not implemented.
9
+More details on the `gettimeofday` function can be found on the [linux man page](https://linux.die.net/man/2/gettimeofday).
0 commit comments