Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add since tag
  • Loading branch information
mykola-mokhnach committed Apr 3, 2020
commit 9d7c35fff188bacacab3e1f3afb925f515d45f2c
1 change: 1 addition & 0 deletions src/main/java/io/appium/java_client/HasDeviceTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public interface HasDeviceTime extends ExecutesMethod {
* https://momentjs.com/docs/ to get the full list of supported
* datetime format specifiers. The default format is
* `YYYY-MM-DDTHH:mm:ssZ`, which complies to ISO-8601
* @since Appium 1.18
* @return Device time string
*/
default String getDeviceTime(String format) {
Expand Down