Added GitHub workflow badge
This commit is contained in:
parent
8050ebed46
commit
772ffd55f4
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
|
[](https://github.com/rife2/rife2-template-renderers/actions/workflows/gradle.yml)
|
||||||
|
|
||||||
|
|
||||||
# [RIFE2](https://rife2.com/) Template Renderers
|
# [RIFE2](https://rife2.com/) Template Renderers
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ import java.time.temporal.ChronoField;
|
||||||
*/
|
*/
|
||||||
public class BeatTime implements ValueRenderer {
|
public class BeatTime implements ValueRenderer {
|
||||||
/**
|
/**
|
||||||
* Returns the Swatch Internet (.beat) Time for the give date & time.
|
* Returns the Swatch Internet (.beat) Time for the give date-time.
|
||||||
*
|
*
|
||||||
* @param zonedDateTime the date and time.
|
* @param zonedDateTime the date and time.
|
||||||
* @return the .beat time. (eg.: {@code @248})
|
* @return the .beat time. (eg.: {@code @248})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue