Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Mention timezone database
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Apr 13, 2021
1 parent 54e7f3d commit a74d15b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ This document explores a new set of essential `system.*` instructions.

## Potential extensions

The following extensions are not feasible yet because they depend on proposals such as Interface Types, but may become useful eventually:
The following extensions are not feasible yet because they depend on future features such as Interface Types or may require further evaluation, but may become useful eventually:

* `system.log` logs a message to the system console.
* `system.log : [string] -> []`

* Access to the system's IANA timezone database.

## Considerations

The list of instructions is not exhaustive and does not imply that instructions not yet mentioned aren't desirable. However, all `system.*` instructions must be safe, as in not negatively affecting the host, other applications or their data.
Expand Down

0 comments on commit a74d15b

Please sign in to comment.