How to Set Date Time from Mac Command Line

Date:

Share post:

Working on a web extension that ships to an app store and isn’t immediately modifiable, like a website, can be difficult. Since you cannot immediately deploy updates, you sometimes need to bake in hardcoded date-based logic. Testing future dates can be difficult if you don’t know how to quickly change the date on your local machine.

To change the current date on your Mac, execute the following from command line:

# Date Format:  MMDDYYYY
sudo date -I 06142024

This command does not modify time, only the current date. Using the same command to reset to current date is easy as well!

Request Metrics real user monitoring
Request Metrics real user monitoring
Request Metrics real user monitoring
  • 9 Mind-Blowing Canvas Demos

    9 Mind-Blowing Canvas Demos

    The element has been a revelation for the visual experts among our ranks.  Canvas provides the means for incredible and efficient animations with the added bonus of no Flash; these developers can flash their awesome JavaScript skills instead.  Here are nine unbelievable canvas demos that…

  • Detect DOM Node Insertions with JavaScript and CSS Animations
  • Simple Image Lazy Load and Fade

    Simple Image Lazy Load and Fade

    One of the quickest and easiest website performance optimizations is decreasing image loading.  That means a variety of things, including minifying images with tools like ImageOptim and TinyPNG, using data URIs and sprites, and lazy loading images.  It’s a bit jarring when you’re lazy loading images and they just…

  • MooTools onLoad SmoothScrolling

    MooTools onLoad SmoothScrolling

    SmoothScroll is a fantastic MooTools plugin but smooth scrolling only occurs when the anchor is on the same page. Making SmoothScroll work across pages is as easy as a few extra line of MooTools and a querystring variable. The MooTools / PHP Of course, this is a…


Source link
spot_img

Related articles

Troy Hunt: Weekly Update 449

Today, I arrived at my PC...

What Large-Scale Events Teach Us About Managing Attendee Flow

Managing attendee flow is a critical component of large event management, directly impacting safety, attendee satisfaction, and overall...

Emerging Patterns in Building GenAI Products

The transition of Generative AI powered products from proof-of-concept to production has proven to be...