Questions tagged [time]

Time is a dimension in which events can be ordered from the past through the present into the future, and also the measure of durations of events and the intervals between them.

Time is a dimension in which events can be ordered from the past through the present into the future, and also the measure of durations of events and the intervals between them.

It has been said that time is used by the universe to ensure that everything doesn't happen all at once.

It has also been said that: "Time is an illusion, lunchtime doubly so." Not everyone agrees on the nature of time, and time is not fully understood even today.

Because human time perception can be wildly inaccurate, and many system services rely on the close synchronization of clocks, we have specialized clocks do the measurement of time for us. On the Internet, data from these clocks is made available via .

481 questions
5
votes
1 answer

Windows Server 2008 R2 system time randomly resets to 4 hours in the past

I am having a problem where the time randomly jumps to 4 hours in the past. As a result, none of the scheduled tasks (such as backups) happen at the correct time, and some time-critical applications we are using (such as an accounting system) do not…
dssvo
  • 51
  • 1
  • 1
  • 2
5
votes
2 answers

Server time off by 1 hour on linux CentOS 6.3 using NTP

So i've setup NTP on my linux CentOS server but my server time is still off by 1 hour. Currently it is 3:53am EST however, on my linux machine it shows "2:53 AM EST" this is with NTP and using ntpdate time.nist.gov and couple other servers trying to…
user1952811
  • 153
  • 1
  • 1
  • 4
5
votes
3 answers

Dell T710 time issue, clock loses time every day

I have a Dell T710 here at work that for some reason will not keep proper time. Its a dual quadcore with 32GB ram and runs Windows 2008 R2. Instead of Having multiple servers we run a few virtual machines under Hyper-V. All of the VM's have "time…
Mister Tea
  • 161
  • 1
  • 4
5
votes
2 answers

how to cause linux system datetime to run faster than real world datetime?

Background I want to observe a running Linux system over several days for testing verification. It's a gentoo build and with custom software on top. The custom software requires various services and scripts that are datetime driven (i.e. "once a…
JamesThomasMoon
  • 725
  • 2
  • 5
  • 24
5
votes
1 answer

Correct time drift throughout entire Windows domain

I have done a lot of research but failed to find a reliable answer to our problem. The short story is our entire Windows domain is running 35 minutes slow. I.e. servers and workstations. I think this is due to the operations master role being…
Kez
  • 448
  • 4
  • 11
  • 22
5
votes
2 answers

date +%s glitches

I have a strange issue I'm starting to troubleshoot and wondered if anyone would have any helpful tips. I have a cronjob executed every minute that executes a script and appends the output to a file on a filer. The job prints the current timestamp…
RnR
  • 153
  • 6
5
votes
2 answers

datetime format changed between mysql 5.0 and 5.1?

I've upgraded a mysql slave from mysql 5.0 to mysql 5.1. during the catch up, the replication failed on a query with incorrect datetime value: 110919 13:56:18 [ERROR] Slave SQL: Error 'Incorrect datetime value: '2010-03-14 02:35:34.0' for column…
smintz
  • 282
  • 3
  • 9
5
votes
1 answer

Windows Server Cluster & Strange Day Light Savings Time Behaviour

Over the weekend (Sunday March 27th) Daylight Savings Time kicked in here in Ireland and so all the servers (all win2k3 server) in our Production Environment updated their Times +1 Hour. However something which I cannot explain caused 2 of our…
5
votes
3 answers

System clock drifting out of sync with hwclock and ntpd

My current system drifts from the hwclock and ntpd dramatically. I've looked at many forums and posts online and on SF, but haven't found a suitable solution. Here is my ntpq -pn output: remote refid st t when poll reach delay …
samxli
  • 203
  • 1
  • 3
  • 11
5
votes
1 answer

Crontab : is there any log with begin and end time?

I have a lot of crontask on my linux servers for our applications. But I don't find any way to know when a task end, and how long it run. Must I add a soft like time command to log this? Is there any way to configure cron to do this? I have for…
Cédric Girard
  • 417
  • 2
  • 12
  • 25
5
votes
2 answers

What increments stratum in NTP?

Sorry, it's just not that clear to me from the man pages, Wikipedia, etc. I understand the concept of stratum 0 as an authoritative time source and stratum 1 as the connected server. However, I am not sure what to consider for a larger network that…
Aaron Copley
  • 12,525
  • 5
  • 47
  • 68
5
votes
4 answers

Get maximum memory usage of linux executable

I need a shell script which will retrieve the maximum memory consumption of a linux executable. The executable may spawn child processes using significant amounts of RAM which should be included in the total. I've tried /usr/bin/time -f "%M"…
Isaac Sutherland
  • 787
  • 2
  • 9
  • 17
5
votes
4 answers

openwrt: Use rdate with NTP servers?

I've noticed that some embedded devices (such as OpenWRT, which runs on Busybox) use rdate to set the system time, instead of NTP. Rdate is an older time protocol, and I'm having trouble finding any working rdate servers in the United States. Is it…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
5
votes
0 answers

Windows Server sometimes has wrong date

Having a Windows Server 2016 (hosted at Amazon AWS EC2) that is running successfully for years. Since some month I'm experiencing that the Scheduled Tasks (e.g. a task that is configured to run daily) are not being executed. No error message in the…
Uwe Keim
  • 2,420
  • 5
  • 30
  • 47
5
votes
4 answers

Disable Time Synchronization on Ubuntu

I am setting up a development environment with Ubuntu in a virtual machine. The date in the VM must be in 2009 due to some silly timebombing issues, so I want to disable any automatic time synchronization (e.g. ntpdate). $ sudo apt-get remove…
Andres Jaan Tack
  • 197
  • 1
  • 2
  • 9