Rascal
Rascal
Pretty easily. Example: `'[blue]%m.%d.%y[/blue][red]%I:%M %p[/red]'` You can even run this code and it works fine with `strftime`: ```python from datetime import datetime format = '[blue]%m.%d.%y[/blue][red]%I:%M %p[/red]' timestamp = datetime.now().strftime(format) print(timestamp)...
You can't have a `Text` instance as the `log_time_format`, since it gets passed directly to `strftime` when calling `Console.log`. `log_time_format` must be str or a callable that returns str. Additionally,...
This is a viable solution - but I do believe it would be useful to implement this functionality for `Console` as well. This, of course, is up to you. If...
So... is this mod just gonna be dead now? Haven't had a commit in 6 months.
I did want to change those options since at some points during sunrise and sunset, the clouds have a very wrong color and look out of place. Should have also...