You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Purpose

This page will explain how to set what time NMIS and OMK applications display data in.

NMIS

NMIS will display data relative to the local system time of the server that it is running on.  The best method of changing local time on the server varies based on the Operating System. 

General Method

Find the desired timezone in the /usr/share/timezone directory. 

### Confirm the current timezone
[root@opmantek ~]# date
Sat Apr 22 13:43:59 KST 2017

### Remove current timezone config
[root@opmantek ~]# rm -rf /etc/localtime 

### Set to desired timezone
[root@opmantek ~]# ln -s /usr/share/zoneinfo/UTC /etc/localtime

### Verify
[root@opmantek ~]# date
Sat Apr 22 04:46:29 UTC 2017

 

Debian Based Systems

CentOS 7

OMK Applications

  • No labels