b-log
b-log copied to clipboard
Fix problem with time format on Alpine Linux
When I use b-log.sh in Docker image based on Alpine I find out that normal space is treated as field separator and each part of date was put in separate 23 characters long field. $(echo -e "\uA0") generate non breaking space which prevents this behavior.