f9c3d513224fd7060005fc3233cf3821cb86c168
Expected format is `%Y-%m-%d %H:%M%z`. Previous code would not generate the expected format of timestamps for PO files headers (specifically in the the `POT-Creation-Date` field). This could lead to some parsers (like e.g. the `sphinx_intl.load_po` function) failing to load these PO files. Note: since `datetime` module requires additional gymnastic to get valid timezone info,switched back to the simpler `time` module here. All times are expressed in UTC (aka GMT) timezone, since these are also the values stored for Blender buildtimes. Reported by @hoanguk in the Blender translations chat, thanks.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
