🏠
Working from home
Backend Software Engineer with Django, Flask, Node, and PHP-Laravel experience.
Pinned Loading
-
Converts utcdate time from database ...
Converts utcdate time from database to users locale for web applications. 1function utc_to_local() {
2/*
3NOTE: The utctime is created in Flask with datetime.utcnow().
4If your initial datetime is formatted differently, you may
5need to do some sanitization to get this to work for you.
-
Simple python snippet to display fil...
Simple python snippet to display file tree in console 1import os
23def print_curr_dir(some_dir, level=1):
4root, dirs, files = next(os.walk(some_dir))
5for i in range(level-1):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.