utime functions don't allow None as argument

utime.localtime and utime.alarm should also allow None as arguments, eg:

utime.localtime(None)
# should be the same as
utime.localtime()