sympy.github.com
sympy.github.com copied to clipboard
Fixed wrong copyright year by modifying generate file . Fixes Issue #168
Pull Request: Update Copyright Year
Description
This pull request addresses issue #168 by making necessary changes to the codebase. The primary changes include:
- Replaced the deprecated
utcnow()function with thetoday()function to ensure proper handling of the current date. - Corrected the copyright year in the generate file.
These changes aim to enhance the website's compatibility and correctness, aligning with best practices for date handling and ensuring accurate representation of the copyright year in generated files.
Changes Made
- Replaced deprecated
utcnow()withtoday()for proper year handling in generate file.