Skip to content

Commit

Permalink
Change Time Zone to UTC+8
Browse files Browse the repository at this point in the history
  • Loading branch information
yogiastawan committed Feb 22, 2020
1 parent 01cae4c commit ce90747
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/release/app-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ void rawDataProcessing(String rawData) {
for (int i = 0; i < jsonArrayData.length(); i++) {
dataAfterProcess = jsonArrayData.getJSONObject(i);
c = dataAfterProcess.getString("created_at");
final String mSubstring = c.substring(c.length() - 9, c.length() - 4);
final String mSubstring = c.substring(c.length() - 14, c.length() - 9);
if (xVal.size() == 6) {
xVal.set(i, mSubstring);
yValSuhu.set(i, new Entry((float) i, (float) dataAfterProcess.getDouble("field1")));
Expand Down

0 comments on commit ce90747

Please # to comment.