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
1
vote
5 answers

How does Windows handle Time? Updating RTC, etc. (Active Directory and Novell E-Directory)

I'm troubleshooting some time issues in my domain and before making any big changes I want to have a thorough understanding of what's going on. I've got a few lingering questions at the moment: What sources (rtc, ntp, etc.) are queried by Windows…
bshacklett
  • 1,378
  • 4
  • 19
  • 39
1
vote
5 answers

precise time synchronization of solaris servers with NTP over LAN / WAN

I have 2 servers on a LAN that I want to precisely synchronize. the goal is to have a time difference < 500 microseconds, constant, with no drift (from what I've found on the web, this is achievable accuracy). those two servers must also have…
Bastien
  • 169
  • 2
  • 9
1
vote
2 answers

unix timestamp wrong time with rrdtools

I have problem with unix timestamp ( date +%s ). This command gives me a GMT time, however I am using CET, so the unix timestamp is in 1 hour late (and my rrdtool database too!). How I can change unix timestamp's to CET or add +1 hour? With…
user66638
  • 377
  • 3
  • 7
  • 21
1
vote
1 answer

Log "date -s" command

I know that the date -s command sets the time described by the string STRING. What i want is to log the above command whenever it is used to set the time into the file /tmp/log/user.log. In my Linux distribution the logging is done by…
LinuxPenseur
  • 443
  • 1
  • 6
  • 16
1
vote
5 answers

How long does a RAID-5 array of 4x1TB disks take to format ad synchronize?

Greetings all, I have been configuring my RAID5 array of 4x1TB hard drives on my Windows Server 2008 (software array). How long does it normally take to format when using the normal Server Management interface ? I am asking this because of the time…
wlarcheveque
  • 131
  • 1
  • 2
  • 6
1
vote
3 answers

'This server's clock is not synchronized with the primary domain controller's clock' when accessing shared drive

This is so weird I feel compelled to ask for advice. I have a handful of workstations who are receiving time from a GPS timeclock. The PDC has the default domain policy set to use the GPS timeclock as the NTP timesource. All the workstations sync to…
Greg Buehler
  • 1,030
  • 2
  • 10
  • 14
1
vote
1 answer

Is it possible to log php script execution time server-wide?

Is there a way to log execution time of any php scripts running on a webserver? The server is setup similar to a shared hosting setup, except that our customers don't control their hosting or websites. I'm hoping for a way I can use either the…
CWSChris
1
vote
3 answers

What is the most simple way to automatically update the time on a server?

On ubuntu server my usual solution is just to install the ntp package and call it a day. This installs all the binaries I need and has ntpd start at boot time. Right now I'm working on a server configuration that will be replicated across many…
John Bachir
  • 2,364
  • 7
  • 29
  • 37
1
vote
2 answers

Tomcat's time problem when app inserts records in DB

I have an apache 2 web server working with a tomcat 6 servlet container running on ununtu 9.1, integrated via mod_proxy. I have the following time mismatch problem: When apache log to its access-log file, the date/time is correct. When a grails app…
xain
  • 677
  • 3
  • 13
  • 24
1
vote
1 answer

Timezone settings for WebSphere 6.1

We have an application running on WebSphere which does (apart from other things) logging with timestamps. These timestamps are GMT. We are in the CET Timezone (Germany). WebSphere allows to specify in which Timezone you are, by way of specifying a…
dertoni
  • 335
  • 1
  • 6
  • 12
1
vote
2 answers

How do I make sure that BOTH my server and MYSQL have the same timezone?

Because when I create a time in Python scripts..I want it to match MYSQL's time. How do I make BOTH of them pacific time?
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
4 answers

The Year 2038 Bug - Y2K38 Problem - Many of your applications will crash: Effects and Solution?

This is my second question relating to DateTime. We test our application for all known possibilities of bugs. I came across this issue a year back and after a lot of research I posted an article on CodeProject on this topic. This article will…
s_ruchit
  • 203
  • 1
  • 10
1
vote
3 answers

CPU/Mem/Disk utilization (average) after process has completed

Ubuntu Server 9.10 So there is the time command which will show you the time it took for a specific process/command to run after the command has completed. For example: :~$ time ls real 0m0.020s user 0m0.000s sys 0m0.000s I'd like to also collect…
BassKozz
  • 645
  • 2
  • 8
  • 15
1
vote
1 answer

How do I change my MYSQL timezone to be permanent Pacific time?

so that when I do now(), it will show the current California time?
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
2 answers

syslog (auth log) reports incorrect time

I have noticed that my syslog reports incorrect time for some authentication entries. The typical behaviour looks like this: Feb 16 13:32:20 dev sshd[29537]: Invalid user oracle from 110.188.0.123 Feb 16 12:32:20 dev sshd[29538]:…
pehrs
  • 8,789
  • 1
  • 30
  • 46