Skip to content

Commit

Permalink
Rename Epoch operations
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb1515 committed Oct 30, 2024
1 parent 8b76b34 commit 3db9c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import de.usd.cstchef.operations.Operation.OperationInfos;
import de.usd.cstchef.view.ui.VariableTextField;

@OperationInfos(name = "Unix Timestamp Offset", category = OperationCategory.DATES, description = "Returns a Epoch timestamp shifted into future or past.")
@OperationInfos(name = "Unix/Epoch Timestamp Offset", category = OperationCategory.DATES, description = "Returns a Epoch timestamp shifted into future or past.")
public class TimestampOffset extends Operation {

private VariableTextField offsetTxt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import de.usd.cstchef.operations.Operation.OperationInfos;
import de.usd.cstchef.operations.OperationCategory;

@OperationInfos(name = "Unix Timestamp", category = OperationCategory.DATES, description = "Returnes the current unix timestamp.")
@OperationInfos(name = "Unix/Epoch Timestamp", category = OperationCategory.DATES, description = "Returnes the current unix/epoch timestamp.")
public class UnixTimestamp extends Operation {

private JCheckBox milliBox;
Expand Down

0 comments on commit 3db9c14

Please sign in to comment.