-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Fix date and time format retrieved from the module source dir #2595
Merged
tmszi
merged 2 commits into
OSGeo:main
from
tmszi:fix-mkhtml-date-time-format-for-module-src-dir
Oct 10, 2022
Merged
docs: Fix date and time format retrieved from the module source dir #2595
tmszi
merged 2 commits into
OSGeo:main
from
tmszi:fix-mkhtml-date-time-format-for-module-src-dir
Oct 10, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Same date and time format `"%A %b %d %H:%M:%S %Y"` (example Wednesday Oct 05 06:42:36 2022) inside manual page for all use cases: 1. Core modules compiled from Git repository, with date and time retrievied from the last commit. 2. Core modules compiled from tarball without Git repository and without applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the module source directory. 3. Core modules compiled from tarball without Git repository and with applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the core_modules_with_last_commit.json file. 4. Official addons with date and time retrievied from the last commit via GitHub REST API. 5. Unofficial addons with date and time retrievied from the module source directory.
ninsbl
approved these changes
Oct 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
tmszi
added a commit
to tmszi/grass
that referenced
this pull request
Oct 10, 2022
…SGeo#2595) Same date and time format `"%A %b %d %H:%M:%S %Y"` (example Wednesday Oct 05 06:42:36 2022) inside manual page for all use cases: 1. Core modules compiled from Git repository, with date and time retrievied from the last commit. 2. Core modules compiled from tarball without Git repository and without applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the module source directory. 3. Core modules compiled from tarball without Git repository and with applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the core_modules_with_last_commit.json file. 4. Official addons with date and time retrievied from the last commit via GitHub REST API. 5. Unofficial addons with date and time retrievied from the module source directory.
This was referenced Oct 15, 2022
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Oct 26, 2022
…SGeo#2595) Same date and time format `"%A %b %d %H:%M:%S %Y"` (example Wednesday Oct 05 06:42:36 2022) inside manual page for all use cases: 1. Core modules compiled from Git repository, with date and time retrievied from the last commit. 2. Core modules compiled from tarball without Git repository and without applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the module source directory. 3. Core modules compiled from tarball without Git repository and with applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the core_modules_with_last_commit.json file. 4. Official addons with date and time retrievied from the last commit via GitHub REST API. 5. Unofficial addons with date and time retrievied from the module source directory.
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Feb 17, 2023
…SGeo#2595) Same date and time format `"%A %b %d %H:%M:%S %Y"` (example Wednesday Oct 05 06:42:36 2022) inside manual page for all use cases: 1. Core modules compiled from Git repository, with date and time retrievied from the last commit. 2. Core modules compiled from tarball without Git repository and without applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the module source directory. 3. Core modules compiled from tarball without Git repository and with applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the core_modules_with_last_commit.json file. 4. Official addons with date and time retrievied from the last commit via GitHub REST API. 5. Unofficial addons with date and time retrievied from the module source directory.
marisn
pushed a commit
to marisn/grass
that referenced
this pull request
Jun 2, 2023
…SGeo#2595) Same date and time format `"%A %b %d %H:%M:%S %Y"` (example Wednesday Oct 05 06:42:36 2022) inside manual page for all use cases: 1. Core modules compiled from Git repository, with date and time retrievied from the last commit. 2. Core modules compiled from tarball without Git repository and without applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the module source directory. 3. Core modules compiled from tarball without Git repository and with applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the core_modules_with_last_commit.json file. 4. Official addons with date and time retrievied from the last commit via GitHub REST API. 5. Unofficial addons with date and time retrievied from the module source directory.
wenzeslaus
changed the title
utils: fix date and time format retrieved from the module source dir
docs: Fix date and time format retrieved from the module source dir
Jun 6, 2023
neteler
pushed a commit
to nilason/grass
that referenced
this pull request
Nov 7, 2023
…SGeo#2595) Same date and time format `"%A %b %d %H:%M:%S %Y"` (example Wednesday Oct 05 06:42:36 2022) inside manual page for all use cases: 1. Core modules compiled from Git repository, with date and time retrievied from the last commit. 2. Core modules compiled from tarball without Git repository and without applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the module source directory. 3. Core modules compiled from tarball without Git repository and with applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the core_modules_with_last_commit.json file. 4. Official addons with date and time retrievied from the last commit via GitHub REST API. 5. Unofficial addons with date and time retrievied from the module source directory.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Same date and time format
"%A %b %d %H:%M:%S %Y"
(example Wednesday Oct 05 06:42:36 2022) inside manual page for all use cases:Core modules compiled from Git repository, with date and time retrievied from the last commit.
Core modules compiled from tarball without Git repository and without applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the module source directory.
Core modules compiled from tarball without Git repository and with applied official patch core_modules_with_last_commit.patch, with date and time retrievied from the core_modules_with_last_commit.json file.
Official addons with date and time retrievied from the last commit via GitHub REST API.
Unofficial addons with date and time retrievied from the module source directory.
This PR fix case no. 2 and 5.
Current date and time format (inside core module / addon man page):
Accessed: Sun Oct 9 12:16:03 2022
Expected date and time format (inside core module / addon man page):
Accessed: Sunday Oct 09 12:16:03 2022
Additional context:
After merging this PR, the
g.citation
addon will need to change regular expression for catch this date and time format.