Fred Achifred-blog.hashnode.dev路Nov 12, 2024Handling Time Zone Differences in Java: Ensuring Consistent Dates Across RegionsWhen developing applications that cater to users across various time zones, ensuring consistent date and time handling is crucial. Time zone differences can lead to discrepancies where users see different dates or times, even though they're interacti...Discusstimezone
David Sanzdbaenlasombra.com路Jul 21, 2024Cambiar timezone a nivel de SchedulerEl otro d铆a revisando una base de datos en OCI por un problema en los JOBS que se ejecutaban en horas extra帽as/inapropiadas. Al consultar la DB_SCHEDULER_WINDOWS vi que el NEXT_START_DATE, me marcaba que era de Am茅rica y no de Espa帽a y de ah铆 que los...Discuss路1 likecdb
Kuya Dev (Rem Lampa)Problog.kuya.dev路Jul 5, 2024Dealing with Dates and TimezonesSince the dawn of time (pun intended), timezones have always been a confusing concept to wrap around. It's been a recurring issue at Prosple especially when new developers join our ranks. So we've finally decided to address this once and for all. Her...Discuss路91 readstimezone
Kuya Dev (Rem Lampa)forProsple Engineering Blogengineering.prosple.com路Jul 4, 2024Dealing with Dates and TimezonesSince the dawn of time (pun intended), timezones have always been a confusing concept to wrap around. It's been a recurring issue at Prosple especially when new developers join our ranks. So we've finally decided to address this once and for all. Her...Discuss路264 readstimezone
Jimmy Sharkjimmyshark.hashnode.dev路Jun 12, 2024Taming the Chaos: Mastering Project Deadlines with Time Management Magic (for Busy Developers)The developer life thrives on innovation, but it can also be a whirlwind of deadlines, sprints, and relentless feature requests. As a developer, juggling multiple projects while meeting strict deadlines can feel like an Olympic sport. But fear not, f...DiscussTime management
Luka Vidakovicapisurfer.com路Jan 10, 2024JS Date constructor timezone oddityFor a long time, I only did Date manipulation in JS via some date library that wrapped over the native Date object. There were always a lot of missing features on the native Date. But for some time now I've been listening to how date libraries are ra...Discuss路96 readsJavaScript
Nishikanta Rayblog.nishikanta.in路Jan 6, 2024Handling Timezones in MongoDB: A Comprehensive Guide 馃寪Managing time zones in a globalized environment is a critical aspect of application development. In this guide, we'll explore various timezone-related scenarios, especially when your MongoDB database is hosted in the UK, and you're working in a diffe...DiscussJavaScript
Govindgovindyadav.hashnode.dev路Nov 19, 2023Behind the Scenes: How Computers Keep Track of TimeTime at it's simplest is just a series of increasing seconds. However, keeping track of time across the world is a much more difficult practice. Let鈥檚 look at the basics of how time works and then we will see ways how we manage it in computers. Under...Discuss路31 readstime ni computers
Tobi DEGNONtobidegnon.hashnode.dev路Oct 11, 2023A comprehensive guide to multi-timezone support in DjangoTL;DR: To support multiple timezones in your Django project, you need a way to request your users' specific timezones and create a middleware that uses django.timezone.activate(user_tz) to enable a specific timezone for a user globally on your site. ...DiscussDjango
Felipe Faragutifaraguti.hashnode.dev路Sep 28, 2023How to Change the Time Zone in Ubuntu ServerIntroduction Setting the correct time zone on your Ubuntu system is essential for accurate timekeeping and ensuring that timestamps are consistent with your location. In this blog post, we will guide you through the process of changing the time zone ...DiscussUbuntu