# Functions
ByteCountSI converts input string like "982814103" (size in bytes, number represented as a string) to a more human-readable string like "969.9 MB".
ByteCountSIInt converts input int like 982814103 (size in bytes) to a more human-readable string like "969.9 MB".
GetTimeNow returns timestamp two weeks ago.