This was my question at the WP forums:
Instead of something static, could I use the current date in the tagline? (So it updates automatically every day)
The reply I got was:
You need to figure out where the tagline is being displayed (typically header.php for a theme) then use the proper format of the PHP date('') command.
Can someone point me to where I would need to make this change? (More specific than 'header.php". Like a line number.)