๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

[#3] upload: silence errors when parsing dates

Ducky b738d6fa 011e132f

+1 -1
+1 -1
atfile.sh
··· 146 146 147 147 if [[ -z "$parsed" ]]; then 148 148 if [[ -n "$date" ]]; then 149 - parsed_date="$(atfile.util.get_date "$date")" 149 + parsed_date="$(atfile.util.get_date "$date" 2> /dev/null)" 150 150 [[ $? == 0 ]] && parsed="$parsed_date" 151 151 fi 152 152 fi