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
0
votes
1 answer

Geting UNIX Timestamp while logging history

I am running below bash script which is saving the history in a file, however it is logging the history with Unix epoch timestamp. I need the timestamp in human readable format. _who_am_i=$(who am i|awk '{print $1}') _ID=$(id -u $_who_am_i) if […
0
votes
2 answers

Timezone with 12h time format (AM/PM)

I have a problem with timezone in debian I need to set up zone with 12h format (AM/PM) throughout the system. Locale set to "en_US.UTF.8", output "date" command is correctly. Time format in "timedatectl" is incorrect (24h). Any…
xXx
  • 1
  • 1
0
votes
1 answer

What was linux/unix time standard before inventing epoch?

As in the title, I was looking for, but hadn't found. How were time stored and processed before epoch standardizing in 2000?
Piotr
  • 11
  • 1
0
votes
1 answer

Domain users last logon time on a specific (domain joined) computer

So I have all the once_logged_in profiles listed in C:\Users folder but I need to find out when was the last time these users logged in onto the same computer locally or remotely with their domain user credentials. Is their any easy way to reach…
Steve
  • 11
0
votes
0 answers

AWS time traveling issues with dhclient

I am a QA software engineer working on integration tests that require changes on the system clock to simulate the pass of the time. When running those tests on AWS EC2 instances I got unexpected behaviours that seem to be related to DHCP and DHCP…
grg121
  • 101
0
votes
0 answers

Ububut 18.0.4 LTS:- unable to start TCP/UDP discard service on port 9 and time service on port 37

I have ubuntu client 18.0.4, I am unable to telnet localhost on port 9 and port 37. root@ubuntu:~# telnet 127.0.0.1 37 telnet: Unable to connect to remote host: Connection refused root@ubuntu:~# telnet 127.0.0.1 9 telnet: Unable to connect to remote…
0
votes
1 answer

Windows Server VMs have incorrect time on boot (Esxi 6.7.0 Update 3)

We run ESXI 6.7.0 Update 3 (Build 14320388). The Windows 2019 VMs running on that host, when they boot, their time is incorrect. I have to manually open the Windows settings and set off and back on the "Set time automatically" so the time gets…
Alex K.
  • 41
  • 6
0
votes
1 answer

PowerShell: How to check a recurrent week time interval?

I need to create a PowerShell script, able to collect some data at each minute. However, this script cannot run during the "technical windows", that are scheduled to occur at the same week days and time. (Ex. every tuesday from 19h00 to 23h00) This…
0
votes
1 answer

Date time in access.log file

Hai, How can i add human date and time format in squid access.log file? What change i want to make in squid.conf file ? I want that my log file will update with normal date and time format , How can i do it ? If i use tail comment to view log file…
Kumar
  • 823
  • 3
  • 20
  • 43
0
votes
1 answer

Linux DST - 25.10.2020 - change did not occur - old linux bug?

we have a strange problem on older linux kernel embedded devices that still uses /etc/tz and $TZ for setting the timezone and dst Our TZ variable has value: 'MET-1MEDT,M3.5.0,M10.5.0/03:00 And yesterday the time did not go BACK as it should. Was…
Lonko
  • 115
  • 1
  • 5
0
votes
2 answers

How to name a folder with today's date and time?

So i have this lil .bat setup @ECHO OFF echo %date% Copy D:\000Back\list.txt D:\111Back\ CD D:\111Back\ copy list.txt %date%_%time%.txt ECHO done PAUSE The second copy command never goes through, that might be because are there dots(.) in the date…
Csupi
  • 1
0
votes
2 answers

Is it possible to have user time > wall time?

I have obtained the following results from executing a script: real 0m1.027s user 0m1.752s I understand that: Real time is the wall time. This is the time I would have obtained if I have measured with a stopwatch from the start until the end of…
0
votes
1 answer

Redhat Enterprise Linux 7: How to disable DST - Daylight Saving Time

We have 16 Linux RHEL 7.5 servers in a cluster and servers are sync with crony service to NTP server We have two questions How to know if DST is configured on our servers? How to disable the DST on our Redhat Enterprise Linux 7 servers?
King David
  • 549
  • 6
  • 20
-1
votes
1 answer

understanding windows time configuration

I wish to set external time source for all Vms and HyperVs in several domains. Most of the systems are windows Server 2012 R2 or Server 2016. I have been reading a lot of explanations and I somehow figured how to do it. My problem is proving my…
CanBuyukburc
  • 13
  • 1
  • 6
-1
votes
2 answers

Turn OFF NTPD immediatly synchronization

I have task to synchronyze linux device with ntp server. Documentation said that by default ntpd check the difference between system time and server time, and if offset is within panic threshold(1000s be default) ntpd begin slowly correction of…
yankovic
  • 1
  • 3