onlaj / Piano-LED-Visualizer

Piano LED Visualizer: Connect an LED strip to your Raspberry Pi and create an immersive visual experience for your piano playing
MIT License
498 stars 107 forks source link

How to Change Time #396

Closed r0bvas closed 1 year ago

r0bvas commented 1 year ago

On Raspberry Pi to local time. If I record midi in raspberry, the files time is different than local time.

onlaj commented 1 year ago

Hey, If RPi is connected to internet it should update the time automaticaly. You can change timezone by typing sudo raspi-config in a console, a proper setting should be somewhere in that menu. If your raspberry is not connected to internet that command should work:

sudo date -s ‘YYYY-MM-DD HH:MM:SS’

r0bvas commented 1 year ago

Thank you! Greatly appreciated.