Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

date

rsync time comparison – what’s the precision of the Modified times comparison

by IT Nursery

rsync time comparison – what’s the precision of the Modified times comparison

Tags date, rsync

List files created on Sundays

by IT Nursery

In *nix operating systems there is no way to get the file creation date. mtime will give you last modification time and atime … Read more

Tags bash, date, files, find, shell

How to force the time and date settings to refresh from the internet?

by IT Nursery

Setting time from the Internet is done via NTP. There are two methods: ntpdate makes one query to retrieve the current time from … Read more

Tags date, virtualization, vmware

What else apart from /etc/localtime and $TZ affects `date`?

by IT Nursery

why don’t you use zdump to see whats going on with that zoneinfo file. Maybe it has really been replaced as some have … Read more

Tags date, timezone

How to compare two dates in bash script?

by IT Nursery

The best way to compare points of time (dates) is in seconds (since Epoch). Changing the %y to %Y for stat will give … Read more

Tags bash, date, shell-script

Find files which are created a certain time after or before a particular file was created

by IT Nursery

Another complicated option: get test.txt‘s modification time (mtime) calculate “before delta” = now + hour – mtime (assuming mtime is in the past) … Read more

Tags date, find, shell, shell-script

Solaris + display file time stamp [year][month][day]

by IT Nursery

A portable way to do it could be: perl -MPOSIX -le ‘print strftime “%Y%m%d”, localtime((lstat)[9]) for @ARGV’ /etc/hosts

Tags date, ls, solaris, timestamps

Is there a reserved word for datetime for the start of the day?

by IT Nursery

Is there a reserved word for datetime for the start of the day?

Tags date

Is there any way to view dates of changes to Windows registry keys/values?

by IT Nursery

Registry keys have a last-modified timestamp. You can use Regedit to export a key, selecting the “.txt” output format. That text file will … Read more

Tags date, date-time, windows, windows-10, windows-registry

Bash-script. Shift seconds

by IT Nursery

Perl solution. I did not use any classical time handling module, as miliseconds handling is generally poorly supported. #!/usr/bin/perl use warnings; use strict; … Read more

Tags bash, date, shell-script, text-processing
Post navigation
Older posts
Page1 Page2 … Page74 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery