A quick and practical guide to converting epoch time to LocalDate and LocalDateTime in Java.
Also find me here:
Baeldung Author
Quincy Dalton
I am an inquisitive engineer with a Masters degree in Software Engineering. I enjoy learning new technologies and solving complex problems. My goal is to create high-quality and user-friendly software solutions that can make a positive impact in the world. Although backend application development is my area of expertise, I enjoy working in other roles surrounding software development too such as Business Analyst, Requirements Engineer, DevOps and Frontend Engineer. Writing for Baeldung allows me to share my knowledge and passion for Java and Spring Boot with a large audience of learners.
Here's what I've written (so far):
Baeldung on Java
- All
- Java Dates (1)
Baeldung on Linux
- All
- Administration (10)
- Security (3)
- File Editing (3)
- Text Processing (2)
- Scripting (2)
- File Searching (2)
- Web (1)
- User Administration (1)
- Processes (1)
- Package Management (1)
- Networking (1)
- Installation (1)
- Files (1)
- File Viewing (1)
- File Conversion (1)
- Boot Process (1)
Change Framerate of a Video File Losslessly Using FFmpeg
Filed under File Editing
Learn how to use FFmpeg for changing the framerate of a video without losing quality in Linux.
Guide to Linux visudo Command
Filed under Security, User Administration
Learn about visudo with practical configuration examples of sudoers in Linux.
How to Reset a USB Device From the CLI
Filed under Administration
Learn how to use the Linux shell to reset USB devices without physically detaching them.
How to Extract and Use an .img.xz File in Linux
Filed under Files
Learn what .img.xz files usually contain, as well as how to extract and use them in Linux.
No Sound Output Devices Listed When Ubuntu Is Upgraded
Filed under Administration
Learn ways to troubleshoot no audio output on Linux, especially after upgrading Ubuntu.
Removing Old Kernel Versions for a Clean Boot Menu
Filed under Boot Process
Learn how to delete entries from a bootloader like GRUB that correspond to old kernel versions in Linux.
Guide to Linux ulimit Command With Examples
Filed under Administration
Learn about the Linux ulimit command and its main functions through theoretical concepts and practical examples.
How to Maintain the Real-Time Clock (RTC) in Local Time
Filed under Administration
Learn how to keep the real time clock (RTC) of a Linux machine in local time.
How to Include Nginx Configuration Files and Where to Put Them
Filed under Administration, Web
Learn how to use the include directive in NGINX configurations and where to place included files.
Baeldung on SQL
- All
- Database Concepts (1)
- Database Access (1)
Specify a Password in psql Non-Interactively
Filed under Database Access
Learn ways to set up access to a PostgreSQL database via psql without supplying a password interactively.
MySQL Dump by Query
Filed under Database Concepts
Learn how to produce a dump via mysqldump according to a query.