NISTime: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Software
{{Software
|Name=NISTime
|Picture=NA.png
|Version=0.3i
|Version=0.3i
|Author= Pieter Bras, Port: Michael Thompson
|Author= Pieter Bras, Port: Michael Thompson
|License=Freeware
|License=Freeware
|Download=[http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/internet/time&file=nistime2_03i.zip 0.3i], [http://files.mpoli.fi/software/OS2/NETWORKS/NISTIME.ZIP 0.1br], [https://github.com/OS2World/APP-INTERNET-NISTIME  Source code at Github]
|Download=
[http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/internet/time&file=nistime2_03i.zip 0.3i]
[http://files.mpoli.fi/software/OS2/NETWORKS/NISTIME.ZIP 0.1br[
[https://github.com/OS2World/APP-INTERNET-NISTIME  Source Code Git]
|Website=N/A
|Website=N/A
}}
}}
This program access the NIST time/date server via TCP/IP and obtains the standard time. This time is compared to the current setting of the internal clock, and the difference is reported to stadard output. With appropriate flags, this program will also reset the internal clock to agree with the NIST standard. TCP/IP must already be installed and configured for this program to work.
This program access the NIST time/date server via TCP/IP and obtains the standard time. This time is compared to the current setting of the internal clock, and the difference is reported to stadard output. With appropriate flags, this program will also reset the internal clock to agree with the NIST standard. TCP/IP must already be installed and configured for this program to work.


Line 15: Line 17:


[[Category:Clocks]]
[[Category:Clocks]]
[[Category:Freeware]]

Revision as of 03:18, 8 July 2019

NISTime
Version 0.3i
Vendor
Author Pieter Bras, Port: Michael Thompson
License Freeware
Download 0.3i

[http://files.mpoli.fi/software/OS2/NETWORKS/NISTIME.ZIP 0.1br[ Source Code Git

Website N/A

This program access the NIST time/date server via TCP/IP and obtains the standard time. This time is compared to the current setting of the internal clock, and the difference is reported to stadard output. With appropriate flags, this program will also reset the internal clock to agree with the NIST standard. TCP/IP must already be installed and configured for this program to work.

The OS/2 implementation is a port of the UNIX equivalent named program available from anonymous ftp at time_a.timefreq.bldrdoc.gov. It has been appropriately hacked (quite substantially, though unnecessarily) to work with the IBM CSET/2 compiler and the IBM TCP/IP package.

NISTIME uses the timezone information set in the TZ variable to convert from UTC to local time. Copy the value from one of your UNIX systems or put in your CONFIG.SYS "set TZ=CST6CDT" where the 6 represents number of hours from UTC (6 for Central Time in the US). Default if no TZ is set is EST5EDT, Eastern Standard Time.