llvm/lldb/test/API/commands/command/source/my.py

def date():
    import datetime

    today = datetime.date.today()
    print(today)